HelpScout Plus
Extends HelpScout Plus for EP
Cos'è HelpScout Plus?
HelpScout Plus è un'estensione di Chrome sviluppata da Education Perfect, e la sua funzione principale è "Extends HelpScout Plus for EP".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HelpScout Plus
Scarica i file di estensione HelpScout Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Intended for users of HelpScout that want to bring certain priority smart folders to the top of the list. Click the red Helpscout icon in the top right and type in the priority names you want to float to the top. Moves the New Conversation button to the top.
Informazioni di Base sull'Estensione
Nome | HelpScout Plus |
ID | dmkeimdechogkplcclpcinfapgceghpo |
URL Ufficiale | https://chromewebstore.google.com/detail/helpscout-plus/dmkeimdechogkplcclpcinfapgceghpo |
Descrizione | Extends HelpScout Plus for EP |
Dimensione del File | 29.37 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2019-04-08 |
Data di Pubblicazione | 2019-04-07 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Education Perfect |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.educationperfect.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HelpScout Plus", "description": "Extends HelpScout Plus for EP", "short_name": "HelpScout+", "version": "1.1.5", "browser_action": { "default_icon": { "19": "icons\/page_action\/19x19.png", "38": "icons\/page_action\/38x38.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/secure.helpscout.net\/mailbox\/*", "https:\/\/secure.helpscout.net\/conversation\/*" ], "js": [ "js\/content_script.js" ] } ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "96": "icons\/96x96.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "https:\/\/secure.helpscout.net\/mailbox\/*", "https:\/\/secure.helpscout.net\/conversation\/*", "contextMenus", "declarativeContent", "storage" ], "commands": { "slack": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Copy for Slack" }, "cp": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Copy for CP" } } } |