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
公式URL 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"
    ]
}