Voip International

Integrate VoIP Int with your web CRM and C2C

Qu'est-ce que Voip International ?

Voip International est une extension Chrome développée par Developer, et sa fonction principale est "Integrate VoIP Int with your web CRM and C2C".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Voip International

Téléchargez les fichiers d'extension Voip International 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

                        This plugin allows virtually any web based CRM to integrate with VoIP Int phone system allowing call pops and click to call right from your Desktop or Laptop and is operating system independent so works on any device that has Google Chrome                    

Informations de Base sur l'Extension

Nom Voip International Voip International
ID ndggpgpdglidceoooeecbbmoeleckiid
URL Officiel https://chromewebstore.google.com/detail/voip-international/ndggpgpdglidceoooeecbbmoeleckiid
Description Integrate VoIP Int with your web CRM and C2C
Taille du Fichier 230 KB
Nombre d'Installations 30
Version Actuelle 0.17.20
Dernière Mise à Jour 2024-02-06
Date de Publication 2020-06-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://voip-int.com/
URL de la Page d'Aide http://voip-int.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": "Voip International",
    "description": "Integrate VoIP Int with your web CRM and C2C",
    "short_name": "Voip International",
    "version": "0.17.20",
    "base_url": "https:\/\/login.loupdb.com\/extension\/v14",
    "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"
    }
}