Help Scout Unread Counter

Check your Help Scout inbox's unassigned count.

Wat is Help Scout Unread Counter?

Help Scout Unread Counter is een Chrome-extensie ontwikkeld door clarkbk, en de belangrijkste functie is "Check your Help Scout inbox's unassigned count.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Help Scout Unread Counter

Download Help Scout Unread Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Help Scout Unread Counter Help Scout Unread Counter
ID flchjfjjjficloabocjehgndamkgjndh
Officiële URL https://chromewebstore.google.com/detail/help-scout-unread-counter/flchjfjjjficloabocjehgndamkgjndh
Beschrijving Check your Help Scout inbox's unassigned count.
Bestandsgrootte 143 KB
Aantal Installaties 79
Huidige Versie 0.0.5
Laatst Bijgewerkt 2017-07-27
Publicatiedatum 2017-07-27
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar clarkbk
Betalingswijze free
Extensiewebsite https://github.com/clarkbk/helpscout-chrome-extension
Ondersteunde Talen 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"
    }
}