Filevine

Filevine Telephony Integration

Qu'est-ce que Filevine ?

Filevine est une extension Chrome développée par Developer, et sa fonction principale est "Filevine Telephony Integration".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Filevine 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 Filevine extension is designed to connect to the Filevine phone system to automatically log tasks based on incoming and outgoing calls for each user. On top of logging task, the Filevine extension has native click to call and screen pops across all of Chrome and Edge.                    

Informations de Base sur l'Extension

Nom Filevine Filevine
ID fellbfkpdgfmlfmpjnpocigamnpjniog
URL Officiel https://chromewebstore.google.com/detail/filevine/fellbfkpdgfmlfmpjnpocigamnpjniog
Description Filevine Telephony Integration
Taille du Fichier 244 KB
Nombre d'Installations 127
Version Actuelle 0.16.05
Dernière Mise à Jour 2021-03-04
Date de Publication 2021-02-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.filevine.com/
URL de la Page d'Aide https://www.filevine.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": "Filevine",
    "description": "Filevine Telephony Integration",
    "short_name": "Filevine",
    "version": "0.16.05",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; 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": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/socket.io.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*.png",
        "html\/login.html",
        "html\/dashboard.html"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}