Zendesk caller phone number catcher

This plugin helps to process incoming calls at zendesk.com

Zendesk caller phone number catcherとは何ですか?

Zendesk caller phone number catcherはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This plugin helps to process incoming calls at zendesk.com」です。

拡張機能のスクリーンショット

screenshot

Zendesk caller phone number catcher拡張機能のCRXファイルをダウンロード

Zendesk caller phone number catcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This plugin helps to process incoming calls at zendesk.com                    

拡張機能の基本情報

名前 Zendesk caller phone number catcher Zendesk caller phone number catcher
ID mjbpffoeebgojaeholckblnefepjpaka
公式URL https://chromewebstore.google.com/detail/zendesk-caller-phone-numb/mjbpffoeebgojaeholckblnefepjpaka
説明 This plugin helps to process incoming calls at zendesk.com
ファイルサイズ 92.66 KB
インストール数 82
現在のバージョン 0.1.4.1
最終更新日 2019-11-18
公開日 2019-11-18
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zendesk caller phone number catcher",
    "version": "0.1.4.1",
    "description": "",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}