HelpScout Plus
Extends HelpScout Plus for EP
什么是HelpScout Plus?
HelpScout Plus是由Education Perfect开发的Chrome扩展程序,该扩展的主要功能是“Extends HelpScout Plus for EP”。
扩展截图
下载HelpScout Plus扩展crx文件
下载HelpScout Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | HelpScout Plus |
ID | dmkeimdechogkplcclpcinfapgceghpo |
官方URL | https://chromewebstore.google.com/detail/helpscout-plus/dmkeimdechogkplcclpcinfapgceghpo |
简介 | Extends HelpScout Plus for EP |
文件大小 | 29.37 KB |
安装次数 | 115 |
当前版本 | 1.1.5 |
更新时间 | 2019-04-08 |
上架时间 | 2019-04-07 |
评分 | 5.00/5 共2次评分 |
开发者 | Education Perfect |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.educationperfect.com/privacy |
支持的语言 | 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" } } } |