Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanE47 authored Oct 1, 2024
1 parent d4b334f commit 1fba7e8
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Zendesk View Auto-Refresh is a browser extension that automatically refreshes yo

## Installation

### Chromium-based Browsers (Chrome, Edge, Brave, etc.)
### Chromium-based Browsers (Chrome, Brave, etc.)

[Chrome Web Store Link](https://chromewebstore.google.com/detail/zendesk-view-auto-refresh/ckdcgmfljnlmeiilogogfheobbpjiilo)

Expand All @@ -14,47 +14,52 @@ Zendesk View Auto-Refresh is a browser extension that automatically refreshes yo

### Microsoft Edge

Coming Soon! (Note: The Google Chrome extension is compatible with Microsoft Edge)
[Edge Web Store Link](https://microsoftedge.microsoft.com/addons/detail/zendesk-view-auto-refresh/mblnlidmghfmoemohbemlaadjadfmepl)

## Features

- Automatic refresh of Zendesk views
- Customizable refresh intervals (30 seconds to 10 minutes)
- Easy to use on/off toggle
- Countdown timer to next refresh
- Works with multiple Zendesk tabs simultaneously
- Persistent settings across browser sessions
- Cross-browser support (Chrome, Firefox, Edge, and other Chromium-based browsers)

## Usage

1. Install the extension for your browser.
2. Click on the extension icon to open the popup.
3. Select your desired refresh interval from the dropdown menu.
4. Toggle the "Enable auto-refresh" switch to start or stop the auto-refresh.
5. Your settings will be remembered even after closing and reopening the browser.

![image](https://github.com/user-attachments/assets/99e59a55-90c4-49ee-b952-f675d5a24540)

## How It Works

The extension works by simulating a click on the refresh button in your Zendesk views. It supports various Zendesk layouts and attempts to find the correct refresh button using multiple selectors.
The extension works by simulating a click on the refresh button in your Zendesk views. It supports various Zendesk layouts and attempts to find the correct refresh button using multiple selectors. Your settings are saved and restored automatically, ensuring a consistent experience across browser sessions.

![Zendesk-View-Refresher-Setup](https://github.com/user-attachments/assets/1ea5fe66-65cc-4b22-85ae-25b26c2abbf5)

## Current Version
- **Version:** 1.0.5
- **Last Updated:** October 1, 2024
- **Changelog:** [View Changelog](https://github.com/DeclanE47/zendesk-view-auto-refresh/commits/V1.0.5)

- **Version:** 1.0.2
- **Last Updated:** September 3, 2024
- **Changelog:** [View Changelog](https://github.com/DeclanE47/zendesk-view-auto-refresh/commits/V1.0.2)
## New in This Version
- Implemented persistent state storage across browser sessions
- Improved startup handling for consistent behavior
- Enhanced cross-browser compatibility
- Updated user interface for better state reflection

## Compatibility

- Chrome: 88+
- Firefox: 78+
- Edge: 88+
- Opera: 75+
- Other Chromium-based browsers: 88+

## Development

This project contains both Chromium and Firefox versions of the extension in a single repository.
This project contains versions of the extension compatible with both Chromium-based browsers and Firefox in a single repository. The codebase has been unified to work seamlessly across different browser platforms while maintaining specific adjustments where necessary.

### Project Structure

Expand Down

0 comments on commit 1fba7e8

Please sign in to comment.