votacall

Integration powered by votacall

Wat is votacall?

votacall is een Chrome-extensie ontwikkeld door Developer, en de belangrijkste functie is "Integration powered by votacall".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie votacall

Download votacall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam votacall votacall
ID adjcbniajgiancppcbgoamoookgjghpk
Officiële URL https://chromewebstore.google.com/detail/votacall/adjcbniajgiancppcbgoamoookgjghpk
Beschrijving Integration powered by votacall
Bestandsgrootte 282 KB
Aantal Installaties 133
Huidige Versie 0.17.10
Laatst Bijgewerkt 2023-04-05
Publicatiedatum 2020-05-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Developer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.votacall.com/
Help Pagina-URL https://www.votacall.com/support
URL van de Privacybeleid Pagina https://www.loupdb.com/privacy-policy
Ondersteunde Talen 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"
    }
}