Sonata Switchboard Plugin - CRM Integration

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

Apa itu Sonata Switchboard Plugin - CRM Integration?

Sonata Switchboard Plugin - CRM Integration adalah ekstensi Chrome yang dikembangkan oleh rcuadra, dan fitur utamanya adalah "Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sonata Switchboard Plugin - CRM Integration

Unduh file ekstensi Sonata Switchboard Plugin - CRM Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Sonata Switchboard Plugin - CRM Integration Sonata Switchboard Plugin - CRM Integration
ID pdmkmaigicejabhdkloikcjggbckific
URL Resmi https://chrome.google.com/webstore/detail/sonata-switchboard-plugin/pdmkmaigicejabhdkloikcjggbckific
Deskripsi Integrate Sonata Switchboard with any CRM by sending the callerID to a previously configured URL.
Ukuran File 115 KB
Jumlah Instalasi 129
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-06-11
Tanggal Publikasi 2019-06-06
Penilaian 5.00/5 Total 4 Penilaian
Pengembang rcuadra
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}