Sonata Switchboard Plugin - CRM Integration

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

Qu'est-ce que Sonata Switchboard Plugin - CRM Integration ?

Sonata Switchboard Plugin - CRM Integration est une extension Chrome développée par rcuadra, et sa fonction principale est "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sonata Switchboard Plugin - CRM Integration

Téléchargez les fichiers d'extension Sonata Switchboard Plugin - CRM Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sonata Switchboard Plugin - CRM Integration Sonata Switchboard Plugin - CRM Integration
ID pdmkmaigicejabhdkloikcjggbckific
URL Officiel https://chrome.google.com/webstore/detail/sonata-switchboard-plugin/pdmkmaigicejabhdkloikcjggbckific
Description Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.
Taille du Fichier 115 KB
Nombre d'Installations 129
Version Actuelle 1.0
Dernière Mise à Jour 2019-06-11
Date de Publication 2019-06-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur rcuadra
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}