Sonata Switchboard Plugin - CRM Integration

Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.

Cos'è Sonata Switchboard Plugin - CRM Integration?

Sonata Switchboard Plugin - CRM Integration è un'estensione di Chrome sviluppata da rcuadra, e la sua funzione principale è "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sonata Switchboard Plugin - CRM Integration

Scarica i file di estensione Sonata Switchboard Plugin - CRM Integration 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

                        Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.                    

Informazioni di Base sull'Estensione

Nome Sonata Switchboard Plugin - CRM Integration Sonata Switchboard Plugin - CRM Integration
ID pdmkmaigicejabhdkloikcjggbckific
URL Ufficiale https://chrome.google.com/webstore/detail/sonata-switchboard-plugin/pdmkmaigicejabhdkloikcjggbckific
Descrizione Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.
Dimensione del File 115 KB
Conteggio Installazioni 129
Versione Corrente 1.0
Ultimo Aggiornamento 2019-06-11
Data di Pubblicazione 2019-06-06
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore rcuadra
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sonata Switchboard Plugin - CRM Integration",
    "description": "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.",
    "version": "1.0",
    "author": "Kamil Postrzygacz, Artur Woronin. | Maynor Peralta | VitalPBX",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "options.html"
    },
    "homepage_url": "https:\/\/vitalpbx.org",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "declarativeContent",
        "tabs",
        "contextMenus"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/crm.png",
        "images\/crm-url.png"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "short_name": "Integrate Sonata Switchboard with any CRM"
}