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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ http://www.dynalink.com/support
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}