Sonata Switchboard Plugin - CRM Integration

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

Wat is Sonata Switchboard Plugin - CRM Integration?

Sonata Switchboard Plugin - CRM Integration is een Chrome-extensie ontwikkeld door rcuadra, en de belangrijkste functie is "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sonata Switchboard Plugin - CRM Integration

Download Sonata Switchboard Plugin - CRM Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sonata Switchboard Plugin - CRM Integration Sonata Switchboard Plugin - CRM Integration
ID pdmkmaigicejabhdkloikcjggbckific
Officiële URL https://chrome.google.com/webstore/detail/sonata-switchboard-plugin/pdmkmaigicejabhdkloikcjggbckific
Beschrijving Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.
Bestandsgrootte 115 KB
Aantal Installaties 129
Huidige Versie 1.0
Laatst Bijgewerkt 2019-06-11
Publicatiedatum 2019-06-06
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar rcuadra
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}