votacall

Integration powered by votacall

Qu'est-ce que votacall ?

votacall est une extension Chrome développée par Developer, et sa fonction principale est "Integration powered by votacall".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension votacall

Téléchargez les fichiers d'extension votacall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom votacall votacall
ID adjcbniajgiancppcbgoamoookgjghpk
URL Officiel https://chromewebstore.google.com/detail/votacall/adjcbniajgiancppcbgoamoookgjghpk
Description Integration powered by votacall
Taille du Fichier 282 KB
Nombre d'Installations 133
Version Actuelle 0.17.10
Dernière Mise à Jour 2023-04-05
Date de Publication 2020-05-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.votacall.com/
URL de la Page d'Aide https://www.votacall.com/support
URL de la Page de Politique de Confidentialité https://www.loupdb.com/privacy-policy
Langues Prises en Charge 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"
    }
}