EVS7 Click to Call

Click any phone number to dial when using EVS7's Click Dialer software

Cos'è EVS7 Click to Call?

EVS7 Click to Call è un'estensione di Chrome sviluppata da EVS7, e la sua funzione principale è "Click any phone number to dial when using EVS7's Click Dialer software".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EVS7 Click to Call

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

                        Works with Zoho, Salesforce, Sugar and most other web based CRMs.  For more info visit our website below.                    

Informazioni di Base sull'Estensione

Nome EVS7 Click to Call EVS7 Click to Call
ID bpljeibfknnhppeohpknaeknjdgbllfl
URL Ufficiale https://chromewebstore.google.com/detail/evs7-click-to-call/bpljeibfknnhppeohpknaeknjdgbllfl
Descrizione Click any phone number to dial when using EVS7's Click Dialer software
Dimensione del File 64.81 KB
Conteggio Installazioni 435
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-10-02
Data di Pubblicazione 2016-08-18
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore EVS7
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.evs7.com/click-to-call-cricket-click-dialer
URL della Pagina di Aiuto https://support.evs7.com/
URL della Pagina della Politica sulla Privacy https://www.evs7.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EVS7 Click to Call",
    "version": "1.1.2",
    "author": "EVS7.com",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "images\/Icon18.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "EVS7 Click to Call"
    },
    "icons": {
        "19": "images\/Icon18.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    },
    "description": "Click any phone number to dial when using EVS7's Click Dialer software",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        }
    ],
    "options_page": "options\/index.html"
}