HelpScout Plus
Extends HelpScout Plus for EP
Co je HelpScout Plus?
HelpScout Plus je rozšíření Chrome vyvinuté Education Perfect, a jeho hlavní funkcí je „Extends HelpScout Plus for EP“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HelpScout Plus
Stáhněte si soubory rozšíření HelpScout Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | HelpScout Plus |
ID | dmkeimdechogkplcclpcinfapgceghpo |
Oficiální URL | https://chromewebstore.google.com/detail/helpscout-plus/dmkeimdechogkplcclpcinfapgceghpo |
Popis | Extends HelpScout Plus for EP |
Velikost souboru | 29.37 KB |
Počet instalací | 115 |
Aktuální Verze | 1.1.5 |
Poslední Aktualizace | 2019-04-08 |
Datum Vydání | 2019-04-07 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Education Perfect |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.educationperfect.com/privacy |
Podporované Jazyky | 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" } } } |