Filevine

Filevine Telephony Integration

Was ist Filevine?

Filevine ist eine Chrome-Erweiterung, die von Developer entwickelt wurde, und ihr Hauptmerkmal ist "Filevine Telephony Integration".

Erweiterungsscreenshots

screenshot
screenshot

Filevine-Erweiterungs-CRX-Datei herunterladen

Laden Sie Filevine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Filevine Filevine
ID fellbfkpdgfmlfmpjnpocigamnpjniog
Offizielle URL https://chromewebstore.google.com/detail/filevine/fellbfkpdgfmlfmpjnpocigamnpjniog
Beschreibung Filevine Telephony Integration
Dateigröße 244 KB
Installationsanzahl 127
Aktuelle Version 0.16.05
Letztes Update 2021-03-04
Veröffentlichungsdatum 2021-02-16
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Developer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.filevine.com/
Hilfeseite URL https://www.filevine.com/support
URL der Datenschutzrichtlinien-Seite https://www.loupdb.com/privacy-policy
Unterstützte Sprachen 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"
    }
}