DYL Click 2 Dial

Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.

ما هو DYL Click 2 Dial؟

DYL Click 2 Dial هو إضافة Chrome تم تطويرها بواسطة DYL، والميزة الرئيسية لها هي "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".

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

screenshot

تحميل ملف CRX للإضافة DYL Click 2 Dial

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

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

                        Wish you could call prospects from your CRM with just one click? You can! “Click 2 Dial” enables you to search on the web and click on any number with a DYL Icon to dial that number immediately. Send text messages or make calls. Also pops up an extension window for easy texting and dialing.                    

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

الاسم DYL Click 2 Dial DYL Click 2 Dial
ID fjgflnncpmgggnjhbldinmghmhjbgfal
عنوان URL الرسمي https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal
الوصف Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
حجم الملف 53.46 KB
عدد التثبيتات 325
النسخة الحالية 0.3
آخر تحديث 2020-10-27
تاريخ النشر 2020-10-27
المطور DYL
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.dyl.com
عنوان صفحة المساعدة https://www.dyl.com/support
عنوان صفحة سياسة الخصوصية https://dyl.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DYL Click 2 Dial",
    "manifest_version": 2,
    "version": "0.3",
    "description": "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.",
    "browser_action": {
        "default_icon": "alert.icon.png",
        "default_title": "Quick Call",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "https:\/\/my.dyl.com\/"
    ],
    "web_accessible_resources": [
        "alert.icon.png"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "popup.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "c2d.css"
            ],
            "js": [
                "jquery.js",
                "c2d.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}