Sonata Switchboard Plugin - CRM Integration

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

What is Sonata Switchboard Plugin - CRM Integration?

Sonata Switchboard Plugin - CRM Integration is a Chrome extension developed by rcuadra, and its main feature is "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.".

Extension Screenshots

screenshot

Download Sonata Switchboard Plugin - CRM Integration Extension CRX File

Download Sonata Switchboard Plugin - CRM Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Sonata Switchboard Plugin - CRM Integration Sonata Switchboard Plugin - CRM Integration
ID pdmkmaigicejabhdkloikcjggbckific
Official URL 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.
File Size 115 KB
Installation Count 129
Current Version 1.0
Last Updated 2019-06-11
Publish Date 2019-06-06
Rating 5.00/5 Total 4 Ratings
Developer rcuadra
Email [email protected]
Payment Type free
Supported Languages 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"
}