HelpScout Plus

Extends HelpScout Plus for EP

什麼是HelpScout Plus?

HelpScout Plus是由Education Perfect開發的Chrome擴展程式,該擴展的主要功能是“Extends HelpScout Plus for EP”。

擴展截圖

screenshot

下載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 HelpScout Plus
ID dmkeimdechogkplcclpcinfapgceghpo
官方網址 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"
        }
    }
}