Filevine

Filevine Telephony Integration

Apa itu Filevine?

Filevine adalah ekstensi Chrome yang dikembangkan oleh Developer, dan fitur utamanya adalah "Filevine Telephony Integration".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Filevine

Unduh file ekstensi Filevine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Filevine Filevine
ID fellbfkpdgfmlfmpjnpocigamnpjniog
URL Resmi https://chromewebstore.google.com/detail/filevine/fellbfkpdgfmlfmpjnpocigamnpjniog
Deskripsi Filevine Telephony Integration
Ukuran File 244 KB
Jumlah Instalasi 127
Versi Saat Ini 0.16.05
Terakhir Diperbarui 2021-03-04
Tanggal Publikasi 2021-02-16
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.filevine.com/
URL Halaman Bantuan https://www.filevine.com/support
URL Halaman Kebijakan Privasi https://www.loupdb.com/privacy-policy
Bahasa yang Didukung 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"
    }
}