DynaLink Communications

Integration Powered by DynaLink Communications

What is DynaLink Communications?

DynaLink Communications is a Chrome extension developed by Developer, and its main feature is "Integration Powered by DynaLink Communications".

Extension Screenshots

screenshot

Download DynaLink Communications Extension CRX File

Download DynaLink Communications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DynaLink Communications DynaLink Communications
ID aipkaimlbbacnhnjdlgjlbejnkkngbdj
Official URL https://chromewebstore.google.com/detail/dynalink-communications/aipkaimlbbacnhnjdlgjlbejnkkngbdj
Description Integration Powered by DynaLink Communications
File Size 270 KB
Installation Count 101
Current Version 0.17.05
Last Updated 2021-08-02
Publish Date 2020-09-06
Developer Developer
Email [email protected]
Payment Type free
Extension Website http://www.dynalink.com/
Help Page URL http://www.dynalink.com/support
Privacy Policy Page URL https://www.loupdb.com/privacy-policy
Supported Languages 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"
    }
}