Viirtue

Integration powered by Viirtue

Qu'est-ce que Viirtue ?

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

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Viirtue 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 Viirtue Google Chrome Extension seamlessly connects your phone system to Chrome for features like click to call and screen pops. 

With the Viirtue extension simply click on a phone number in any application and the Viirtue extension will automatically place a call. Along with click to call, the Viirtue extension offers CRM integration via screen pops. 

Simply choose an application you want to integrate with an when a call comes in the Viirtue extension will automatically look up any and all records tied to that specific phone number.                    

Informations de Base sur l'Extension

Nom Viirtue Viirtue
ID fbbdjeamokbgjcnldoilfghockgnaobm
URL Officiel https://chromewebstore.google.com/detail/viirtue/fbbdjeamokbgjcnldoilfghockgnaobm
Description Integration powered by Viirtue
Taille du Fichier 346 KB
Nombre d'Installations 152
Version Actuelle 0.17.20
Dernière Mise à Jour 2023-09-05
Date de Publication 2020-06-30
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.viirtue.com/
URL de la Page d'Aide https://www.viirtue.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": "Viirtue",
    "description": "Integration powered by Viirtue",
    "short_name": "Viirtue",
    "version": "0.17.20",
    "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"
    }
}