Filevine

Filevine Telephony Integration

Hvad er Filevine?

Filevine er en Chrome-udvidelse udviklet af Developer, og dens hovedfunktion er "Filevine Telephony Integration".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Filevine-udvidelses-CRX-fil

Download Filevine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Filevine Filevine
ID fellbfkpdgfmlfmpjnpocigamnpjniog
Officiel URL https://chromewebstore.google.com/detail/filevine/fellbfkpdgfmlfmpjnpocigamnpjniog
Beskrivelse Filevine Telephony Integration
Filstørrelse 244 KB
Antal Installationer 127
Nuværende Version 0.16.05
Senest Opdateret 2021-03-04
Udgivelsesdato 2021-02-16
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Developer
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.filevine.com/
Hjælpeside-URL https://www.filevine.com/support
URL til Fortrolighedspolitik Side https://www.loupdb.com/privacy-policy
Understøttede Sprog 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"
    }
}