Help Scout Unread Counter
Check your Help Scout inbox's unassigned count.
What is Help Scout Unread Counter?
Help Scout Unread Counter is a Chrome extension developed by clarkbk, and its main feature is "Check your Help Scout inbox's unassigned count.".
Extension Screenshots
Download Help Scout Unread Counter Extension CRX File
Download Help Scout Unread Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Connect to a the Help Scout API using an API key. Help Scout Unread Counter will show a badge icon with the count of a single inbox's active unassigned conversations.
Extension Basic Information
Name | Help Scout Unread Counter |
ID | flchjfjjjficloabocjehgndamkgjndh |
Official URL | https://chromewebstore.google.com/detail/help-scout-unread-counter/flchjfjjjficloabocjehgndamkgjndh |
Description | Check your Help Scout inbox's unassigned count. |
File Size | 143 KB |
Installation Count | 79 |
Current Version | 0.0.5 |
Last Updated | 2017-07-27 |
Publish Date | 2017-07-27 |
Rating | 4.60/5 Total 5 Ratings |
Developer | clarkbk |
Payment Type | free |
Extension Website | https://github.com/clarkbk/helpscout-chrome-extension |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Help Scout Unread Counter", "version": "0.0.5", "manifest_version": 2, "description": "Check your Help Scout inbox's unassigned count.", "homepage_url": "https:\/\/github.com\/clarkbk\/helpscout-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "background": { "page": "pages\/background.html", "persistent": true }, "options_page": "pages\/options.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Help Scout Unread Counter", "default_popup": "pages\/popup.html" } } |