Spectrum VoIP

CRM Integration Powered by Spectrum VoIP

Apa itu Spectrum VoIP?

Spectrum VoIP adalah ekstensi Chrome yang dikembangkan oleh Developer, dan fitur utamanya adalah "CRM Integration Powered by Spectrum VoIP".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Spectrum VoIP

Unduh file ekstensi Spectrum VoIP 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

                        The Spectrum VoIP app allows you to click to call, receive CRM screen pops, and more right from your web-browser. With over a dozen pre-built CRM integrations and more more being added regularly you can count on our application to improve workflows, and streamline processes. Simply sign-in with your existing Spectrum VoIP login and you will be up and running in seconds.                    

Informasi Dasar Ekstensi

Nama Spectrum VoIP Spectrum VoIP
ID kjjjabfeojmffiiihnnhjhojbocglmpb
URL Resmi https://chromewebstore.google.com/detail/spectrum-voip/kjjjabfeojmffiiihnnhjhojbocglmpb
Deskripsi CRM Integration Powered by Spectrum VoIP
Ukuran File 275 KB
Jumlah Instalasi 556
Versi Saat Ini 0.17.05
Terakhir Diperbarui 2022-10-03
Tanggal Publikasi 2020-05-07
Pengembang Developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.spectrumvoip.com/
URL Halaman Bantuan https://www.spectrumvoip.com/support
URL Halaman Kebijakan Privasi https://www.loupdb.com/privacy-policy
Bahasa yang Didukung en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spectrum VoIP",
    "description": "CRM Integration Powered by Spectrum VoIP",
    "short_name": "Spectrum VoIP",
    "version": "0.17.05",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}