votacall

Integration powered by votacall

Hvad er votacall?

votacall er en Chrome-udvidelse udviklet af Developer, og dens hovedfunktion er "Integration powered by votacall".

Udvidelsesskærmbilleder

screenshot
screenshot

Download votacall-udvidelses-CRX-fil

Download votacall-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn votacall votacall
ID adjcbniajgiancppcbgoamoookgjghpk
Officiel URL https://chromewebstore.google.com/detail/votacall/adjcbniajgiancppcbgoamoookgjghpk
Beskrivelse Integration powered by votacall
Filstørrelse 282 KB
Antal Installationer 133
Nuværende Version 0.17.10
Senest Opdateret 2023-04-05
Udgivelsesdato 2020-05-13
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Developer
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.votacall.com/
Hjælpeside-URL https://www.votacall.com/support
URL til Fortrolighedspolitik Side https://www.loupdb.com/privacy-policy
Understøttede Sprog 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"
    }
}