DynaLink Communications

Integration Powered by DynaLink Communications

Co to jest DynaLink Communications?

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

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DynaLink Communications

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

                        DynaLink API integration platform providing database driven screen pops. The DynaLink app integrates back-office applications using APIs. The app also recognizes any phone number in Chrome and transform it into a clickable link for seamless click to dial.                    

Podstawowe informacje o rozszerzeniu

Nazwa DynaLink Communications DynaLink Communications
ID aipkaimlbbacnhnjdlgjlbejnkkngbdj
Oficjalny URL https://chromewebstore.google.com/detail/dynalink-communications/aipkaimlbbacnhnjdlgjlbejnkkngbdj
Opis Integration Powered by DynaLink Communications
Rozmiar pliku 270 KB
Liczba instalacji 101
Aktualna Wersja 0.17.05
Ostatnia Aktualizacja 2021-08-02
Data Publikacji 2020-09-06
Deweloper Developer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.dynalink.com/
Adres URL Strony Pomocy http://www.dynalink.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": "DynaLink Communications ",
    "description": "Integration Powered by DynaLink Communications ",
    "short_name": "DynaLink",
    "version": "0.17.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"
    }
}