HelpScout Plus
Extends HelpScout Plus for EP
Wat is HelpScout Plus?
HelpScout Plus is een Chrome-extensie ontwikkeld door Education Perfect, en de belangrijkste functie is "Extends HelpScout Plus for EP".
Extensie Screenshots
Download het CRX-bestand van de extensie HelpScout Plus
Download HelpScout Plus-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
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.
Basisinformatie over de Extensie
Naam | HelpScout Plus |
ID | dmkeimdechogkplcclpcinfapgceghpo |
Officiële URL | https://chromewebstore.google.com/detail/helpscout-plus/dmkeimdechogkplcclpcinfapgceghpo |
Beschrijving | Extends HelpScout Plus for EP |
Bestandsgrootte | 29.37 KB |
Aantal Installaties | 115 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2019-04-08 |
Publicatiedatum | 2019-04-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Education Perfect |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.educationperfect.com/privacy |
Ondersteunde Talen | 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" } } } |