ReachIntegration

Integration Powered by ReachUC

Co to jest ReachIntegration?

ReachIntegration to rozszerzenie Chrome opracowane przez Developer, a jego główną funkcją jest „Integration Powered by ReachUC”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ReachIntegration

Pobierz pliki rozszerzeń ReachIntegration 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

                        Loup for ReachUC allows users to login using their current phone system credentials for click to dial and screen pops inside any CRM.                    

Podstawowe informacje o rozszerzeniu

Nazwa ReachIntegration ReachIntegration
ID haajdkakaaebnekkankbdgiflkglicmk
Oficjalny URL https://chromewebstore.google.com/detail/reachintegration/haajdkakaaebnekkankbdgiflkglicmk
Opis Integration Powered by ReachUC
Rozmiar pliku 211 KB
Liczba instalacji 342
Aktualna Wersja 0.16.08
Ostatnia Aktualizacja 2021-11-12
Data Publikacji 2020-06-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Developer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.reachuc.com/
Adres URL Strony Pomocy https://www.reachuc.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": "ReachIntegration",
    "description": "Integration Powered by ReachUC",
    "short_name": "ReachIntegration",
    "version": "0.16.08",
    "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"
    }
}