SVM Click-to-Call

A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -…

什麼是SVM Click-to-Call?

SVM Click-to-Call是由SVM Tech開發的Chrome擴展程式,該擴展的主要功能是“A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -…”。

擴展截圖

下載SVM Click-to-Call擴展crx文件

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

擴展使用說明

                        A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal

Features:
- Allows a user to click on a telephone number in any website to make a call
- Application detects telephone numbers based on country code and area code.
- Include/Exclude list allows users to specify the domain[s] where the extension will be enabled

Instructions:
1.  Enter your PBX portal Username and Password then click save  (if accepted you will see your area code in the "Area Code" field)
2.  Select Include or Exclude and click Save.  If you select Include, then you must enter the names of the websites that you wish to use click-to-call with.
3.  Browse to any website (if you selected the Include option, then it must be a website that was included) and hover over a telephone number.  You will see a yellow highlight if the plugin is working.                    

擴展基本資訊

名稱 SVM Click-to-Call SVM Click-to-Call
ID peomidmfhkapafohfkeggokkljokipkf
官方網址 https://chrome.google.com/webstore/detail/svm-click-to-call/peomidmfhkapafohfkeggokkljokipkf
簡介 A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -…
檔案大小 77.3 KB
安裝次數 44
目前版本 1.8
更新時間 2017-10-31
上架時間 2017-10-31
評分 5.00/5 共 1 次評分
開發者 SVM Tech
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVM Click-to-Call",
    "version": "1.8",
    "description": "",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "c2c.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "pencil-15.png"
    ]
}