DYL Click 2 Dial

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

DYL Click 2 Dial là gì?

DYL Click 2 Dial là một tiện ích mở rộng Chrome được phát triển bởi DYL, và tính năng chính của nó là "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DYL Click 2 Dial

Tải xuống các tệp mở rộng DYL Click 2 Dial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DYL Click 2 Dial DYL Click 2 Dial
ID fjgflnncpmgggnjhbldinmghmhjbgfal
URL Chính Thức https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal
Mô tả Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
Kích Thước Tệp 53.46 KB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-10-27
Ngày Phát Hành 2020-10-27
Nhà Phát Triển DYL
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dyl.com
URL Trang Trợ Giúp https://www.dyl.com/support
URL Trang Chính Sách Bảo Mật https://dyl.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}