IT Voice

CRM Integration Powered by IT Voice

Qu'est-ce que IT Voice ?

IT Voice est une extension Chrome développée par Developer, et sa fonction principale est "CRM Integration Powered by IT Voice".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IT Voice

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

                        CRM Integration

IT Voice API integration platform providing database driven screen pops.  The IT Voice CRM connector app integrates with back-office applications using APIs (Salesforce.com, Zendesk, etc.)  By leveraging APIs, the IT Voice extension will search any internal database a present the findings in a new window. The app also recognizes any phone number presented in Google Chrome and transforms it into a clickable link for seamless click to dial.                    

Informations de Base sur l'Extension

Nom IT Voice IT Voice
ID ebiakgacmcapaibjemmailfagnoebcoc
URL Officiel https://chrome.google.com/webstore/detail/it-voice/ebiakgacmcapaibjemmailfagnoebcoc
Description CRM Integration Powered by IT Voice
Taille du Fichier 284 KB
Nombre d'Installations 38
Version Actuelle 0.17.07
Dernière Mise à Jour 2023-01-08
Date de Publication 2020-05-10
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.itvoice.com/
URL de la Page d'Aide https://www.itvoice.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": "IT Voice",
    "description": "CRM Integration Powered by IT Voice",
    "short_name": "IT Voice",
    "version": "0.17.07",
    "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"
    }
}