Jivetel

Jivetel Click2Call

Cos'è Jivetel?

Jivetel è un'estensione di Chrome sviluppata da https://jivetel.com, e la sua funzione principale è "Jivetel Click2Call".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Jivetel

Scarica i file di estensione Jivetel 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

                        Jivetel Click2Call recognizes numbers on webpages and converts them into highlighted click-able links.
This will allow you to click a number on a webpage and automatically connect your Jivetel extension to the party.                    

Informazioni di Base sull'Estensione

Nome Jivetel Jivetel
ID cpcholaekimgaoaaiefejoebbohahpdh
URL Ufficiale https://chromewebstore.google.com/detail/jivetel/cpcholaekimgaoaaiefejoebbohahpdh
Descrizione Jivetel Click2Call
Dimensione del File 186 KB
Conteggio Installazioni 249
Versione Corrente 2.7.0
Ultimo Aggiornamento 2019-01-02
Data di Pubblicazione 2019-01-02
Sviluppatore https://jivetel.com
Tipo di Pagamento free
Sito Web dell'Estensione http://jivetel.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Jivetel",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "description": "Jivetel Click2Call",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/jivetel.com\/",
    "version": "2.7.0",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com; object-src 'self' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Jivetel Click2Call on highlighted numbers"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}