votacall

Integration powered by votacall

What is votacall?

votacall is a Chrome extension developed by Developer, and its main feature is "Integration powered by votacall".

Extension Screenshots

screenshot
screenshot

Download votacall Extension CRX File

Download votacall 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 Votacall extension connects your phone system to Google Chrome so users can perform click to call and screen pops in a wide variety of applications. Simply sign in using your existing username and password to complete the connection.                    

Extension Basic Information

Name votacall votacall
ID adjcbniajgiancppcbgoamoookgjghpk
Official URL https://chromewebstore.google.com/detail/votacall/adjcbniajgiancppcbgoamoookgjghpk
Description Integration powered by votacall
File Size 282 KB
Installation Count 133
Current Version 0.17.10
Last Updated 2023-04-05
Publish Date 2020-05-13
Rating 5.00/5 Total 1 Ratings
Developer Developer
Email [email protected]
Payment Type free
Extension Website https://www.votacall.com/
Help Page URL https://www.votacall.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": "votacall",
    "description": "Integration powered by votacall",
    "short_name": "votacall",
    "version": "0.17.10",
    "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"
    }
}