Zendesk caller phone number catcher

This plugin helps to process incoming calls at zendesk.com

Cos'è Zendesk caller phone number catcher?

Zendesk caller phone number catcher è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This plugin helps to process incoming calls at zendesk.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zendesk caller phone number catcher

Scarica i file di estensione Zendesk caller phone number catcher 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

                        This plugin helps to process incoming calls at zendesk.com                    

Informazioni di Base sull'Estensione

Nome Zendesk caller phone number catcher Zendesk caller phone number catcher
ID mjbpffoeebgojaeholckblnefepjpaka
URL Ufficiale https://chromewebstore.google.com/detail/zendesk-caller-phone-numb/mjbpffoeebgojaeholckblnefepjpaka
Descrizione This plugin helps to process incoming calls at zendesk.com
Dimensione del File 92.66 KB
Conteggio Installazioni 82
Versione Corrente 0.1.4.1
Ultimo Aggiornamento 2019-11-18
Data di Pubblicazione 2019-11-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zendesk caller phone number catcher",
    "version": "0.1.4.1",
    "description": "",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}