Help Scout Unread Counter
Check your Help Scout inbox's unassigned count.
Qu'est-ce que Help Scout Unread Counter ?
Help Scout Unread Counter est une extension Chrome développée par clarkbk, et sa fonction principale est "Check your Help Scout inbox's unassigned count.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Help Scout Unread Counter
Téléchargez les fichiers d'extension Help Scout Unread Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Help Scout Unread Counter |
ID | flchjfjjjficloabocjehgndamkgjndh |
URL Officiel | https://chromewebstore.google.com/detail/help-scout-unread-counter/flchjfjjjficloabocjehgndamkgjndh |
Description | Check your Help Scout inbox's unassigned count. |
Taille du Fichier | 143 KB |
Nombre d'Installations | 79 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2017-07-27 |
Date de Publication | 2017-07-27 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | clarkbk |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/clarkbk/helpscout-chrome-extension |
Langues Prises en Charge | 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" } } |