DialExcel

Expand DialExcel to dial leads directly from Google sheets, your CRM, or any other web-based application.

DialExcel là gì?

DialExcel là một tiện ích mở rộng Chrome được phát triển bởi https://www.dialexcel.com, và tính năng chính của nó là "Expand DialExcel to dial leads directly from Google sheets, your CRM, or any other web-based application.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng DialExcel 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

                        Dial leads directly from Google Sheets, or any other browser-based application! Simply hover your mouse over any phone number and click dial.  

With this extension, the DialExcel dialer can work with many other applications other than just Microsoft Excel.  You can dial phone numbers directly from Google Sheets or your browser-based CRM.

The DialExcel extension requires a paid DialExcel account; $25 per month for unlimited use. Learn more about DialExcel here:  https://dialexcel.com/

Some benefits of DialExcel:

   * $25 per month for unlimited agents!
   * Dial up to 3 phone numbers at once!
   * Works with Twilio for very low per-minute pricing
   * Purchase unlimited "from" phone numbers from Twilio for $1.00 each.
   * Easily track, disposition, and take notes for each contact as you dial them.
   * Support for inbound calls and call forwarding.
   * LIVE customer support included.                    

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

Tên DialExcel DialExcel
ID bpolfaeiloeijemmjpcjjpigpiceiapl
URL Chính Thức https://chromewebstore.google.com/detail/dialexcel/bpolfaeiloeijemmjpcjjpigpiceiapl
Mô tả Expand DialExcel to dial leads directly from Google sheets, your CRM, or any other web-based application.
Kích Thước Tệp 1.51 MB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2020-11-08
Nhà Phát Triển https://www.dialexcel.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dialexcel.com
URL Trang Trợ Giúp https://dialexcel.com/contact/
URL Trang Chính Sách Bảo Mật https://www.logictree.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DialExcel",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Expand DialExcel to dial leads directly from Google sheets, your CRM, or any other web-based application.",
    "permissions": [
        "storage",
        "contextMenus",
        "history"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "web_accessible_resources": [
        "icons\/*.png",
        "smsboxpage.html"
    ],
    "background": {
        "scripts": [
            "js\/lib\/chrome-storage-promise.js",
            "js\/lib\/jquery.min.js",
            "js\/constants.js",
            "js\/parse_page.js",
            "js\/api.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery-ui.min.js",
                "js\/lib\/popper.min.js",
                "js\/lib\/chrome-storage-promise.js",
                "js\/constants.js",
                "js\/parse_page.js",
                "js\/sheet.js",
                "js\/selection_tooltip.js",
                "js\/smsbox.js",
                "js\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "DialExcel"
    },
    "options_page": "settings.html"
}