Filevine

Filevine Telephony Integration

Co to jest Filevine?

Filevine to rozszerzenie Chrome opracowane przez Developer, a jego główną funkcją jest „Filevine Telephony Integration”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Filevine

Pobierz pliki rozszerzeń Filevine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Filevine Filevine
ID fellbfkpdgfmlfmpjnpocigamnpjniog
Oficjalny URL https://chromewebstore.google.com/detail/filevine/fellbfkpdgfmlfmpjnpocigamnpjniog
Opis Filevine Telephony Integration
Rozmiar pliku 244 KB
Liczba instalacji 127
Aktualna Wersja 0.16.05
Ostatnia Aktualizacja 2021-03-04
Data Publikacji 2021-02-16
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Developer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.filevine.com/
Adres URL Strony Pomocy https://www.filevine.com/support
Adres URL Strony Polityki Prywatności https://www.loupdb.com/privacy-policy
Obsługiwane Języki 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"
    }
}