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: -…

Cos'è SVM Click-to-Call?

SVM Click-to-Call è un'estensione di Chrome sviluppata da SVM Tech, e la sua funzione principale è "A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -…".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione SVM Click-to-Call

Scarica i file di estensione SVM Click-to-Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SVM Click-to-Call SVM Click-to-Call
ID peomidmfhkapafohfkeggokkljokipkf
URL Ufficiale https://chrome.google.com/webstore/detail/svm-click-to-call/peomidmfhkapafohfkeggokkljokipkf
Descrizione A click-to-dial extension that will work for any WebCentrex user with only the username and password from PBX portal Features: -…
Dimensione del File 77.3 KB
Conteggio Installazioni 44
Versione Corrente 1.8
Ultimo Aggiornamento 2017-10-31
Data di Pubblicazione 2017-10-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SVM Tech
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}