Filevine

Filevine Telephony Integration

What is Filevine?

Filevine is a Chrome extension developed by Developer, and its main feature is "Filevine Telephony Integration".

Extension Screenshots

screenshot
screenshot

Download Filevine Extension CRX File

Download Filevine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Filevine Filevine
ID fellbfkpdgfmlfmpjnpocigamnpjniog
Official URL https://chromewebstore.google.com/detail/filevine/fellbfkpdgfmlfmpjnpocigamnpjniog
Description Filevine Telephony Integration
File Size 244 KB
Installation Count 127
Current Version 0.16.05
Last Updated 2021-03-04
Publish Date 2021-02-16
Rating 1.00/5 Total 1 Ratings
Developer Developer
Email [email protected]
Payment Type free
Extension Website https://www.filevine.com/
Help Page URL https://www.filevine.com/support
Privacy Policy Page URL https://www.loupdb.com/privacy-policy
Supported Languages 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"
    }
}