DynaLink Communications

Integration Powered by DynaLink Communications

Apa itu DynaLink Communications?

DynaLink Communications adalah ekstensi Chrome yang dikembangkan oleh Developer, dan fitur utamanya adalah "Integration Powered by DynaLink Communications".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DynaLink Communications

Unduh file ekstensi DynaLink Communications 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

                        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.                    

Informasi Dasar Ekstensi

Nama DynaLink Communications DynaLink Communications
ID aipkaimlbbacnhnjdlgjlbejnkkngbdj
URL Resmi https://chromewebstore.google.com/detail/dynalink-communications/aipkaimlbbacnhnjdlgjlbejnkkngbdj
Deskripsi Integration Powered by DynaLink Communications
Ukuran File 270 KB
Jumlah Instalasi 101
Versi Saat Ini 0.17.05
Terakhir Diperbarui 2021-08-02
Tanggal Publikasi 2020-09-06
Pengembang Developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.dynalink.com/
URL Halaman Bantuan http://www.dynalink.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": "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"
    }
}