DynaLink Communications

Integration Powered by DynaLink Communications

Wat is DynaLink Communications?

DynaLink Communications is een Chrome-extensie ontwikkeld door Developer, en de belangrijkste functie is "Integration Powered by DynaLink Communications".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DynaLink Communications

Download DynaLink Communications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DynaLink Communications DynaLink Communications
ID aipkaimlbbacnhnjdlgjlbejnkkngbdj
Officiële URL https://chromewebstore.google.com/detail/dynalink-communications/aipkaimlbbacnhnjdlgjlbejnkkngbdj
Beschrijving Integration Powered by DynaLink Communications
Bestandsgrootte 270 KB
Aantal Installaties 101
Huidige Versie 0.17.05
Laatst Bijgewerkt 2021-08-02
Publicatiedatum 2020-09-06
Ontwikkelaar Developer
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.dynalink.com/
Help Pagina-URL http://www.dynalink.com/support
URL van de Privacybeleid Pagina https://www.loupdb.com/privacy-policy
Ondersteunde Talen 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"
    }
}