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 |
Eメール | [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" } } } |