Mobile PBX Click-to-Call

Make calls by clicking on any phone number or selecting from text.

什麼是Mobile PBX Click-to-Call?

Mobile PBX Click-to-Call是由https://mobilepbx.co開發的Chrome擴展程式,該擴展的主要功能是“Make calls by clicking on any phone number or selecting from text.”。

下載Mobile PBX Click-to-Call擴展crx文件

下載Mobile PBX Click-to-Call擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome Extension enables Click to Call Functionality throughout your Chrome Browser. When it detects a phone number in another webpage you have open, it will allow you to right click and then select to call or text that phone number from your online PBX.                    

擴展基本資訊

名稱 Mobile PBX Click-to-Call Mobile PBX Click-to-Call
ID ogkknldpjljebnphckncompbinbmlcgh
官方網址 https://chromewebstore.google.com/detail/mobile-pbx-click-to-call/ogkknldpjljebnphckncompbinbmlcgh
簡介 Make calls by clicking on any phone number or selecting from text.
檔案大小 93.56 KB
安裝次數 10
目前版本 0.91
更新時間 2017-06-05
上架時間 2017-06-05
開發者 https://mobilepbx.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://app.mobilepbx.co
隱私政策頁面URL https://www.voyant.com/legal-notices/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mobile PBX Click-to-Call",
    "description": "Make calls by clicking on any phone number or selecting from text.",
    "version": "0.91",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Open Mobile PBX"
    },
    "permissions": [
        "management",
        "contextMenus",
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.mobilepbx.co\/*",
        "*:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/underscore.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/contentScript.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.mobilepbx.co\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}