DynaLink Communications

Integration Powered by DynaLink Communications

ما هو DynaLink Communications؟

DynaLink Communications هو إضافة Chrome تم تطويرها بواسطة Developer، والميزة الرئيسية لها هي "Integration Powered by DynaLink Communications".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DynaLink Communications

قم بتنزيل ملفات الامتداد DynaLink Communications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم DynaLink Communications DynaLink Communications
ID aipkaimlbbacnhnjdlgjlbejnkkngbdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/dynalink-communications/aipkaimlbbacnhnjdlgjlbejnkkngbdj
الوصف Integration Powered by DynaLink Communications
حجم الملف 270 KB
عدد التثبيتات 101
النسخة الحالية 0.17.05
آخر تحديث 2021-08-02
تاريخ النشر 2020-09-06
المطور Developer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.dynalink.com/
عنوان صفحة المساعدة http://www.dynalink.com/support
عنوان صفحة سياسة الخصوصية https://www.loupdb.com/privacy-policy
اللغات المدعومة 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"
    }
}