Spectrum VoIP

CRM Integration Powered by Spectrum VoIP

What is Spectrum VoIP?

Spectrum VoIP is a Chrome extension developed by Developer, and its main feature is "CRM Integration Powered by Spectrum VoIP".

Extension Screenshots

screenshot
screenshot

Download Spectrum VoIP Extension CRX File

Download Spectrum VoIP 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

                        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.                    

Extension Basic Information

Name Spectrum VoIP Spectrum VoIP
ID kjjjabfeojmffiiihnnhjhojbocglmpb
Official URL https://chromewebstore.google.com/detail/spectrum-voip/kjjjabfeojmffiiihnnhjhojbocglmpb
Description CRM Integration Powered by Spectrum VoIP
File Size 275 KB
Installation Count 556
Current Version 0.17.05
Last Updated 2022-10-03
Publish Date 2020-05-07
Developer Developer
Email [email protected]
Payment Type free
Extension Website https://www.spectrumvoip.com/
Help Page URL https://www.spectrumvoip.com/support
Privacy Policy Page URL https://www.loupdb.com/privacy-policy
Supported Languages 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"
    }
}