DialExcel

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

什么是DialExcel?

DialExcel是由https://www.dialexcel.com开发的Chrome扩展程序,该扩展的主要功能是“Expand DialExcel to dial leads directly from Google sheets, your CRM, or any other web-based application.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DialExcel扩展crx文件

下载DialExcel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DialExcel DialExcel
ID bpolfaeiloeijemmjpcjjpigpiceiapl
官方URL https://chromewebstore.google.com/detail/dialexcel/bpolfaeiloeijemmjpcjjpigpiceiapl
简介 Expand DialExcel to dial leads directly from Google sheets, your CRM, or any other web-based application.
文件大小 1.51 MB
安装次数 93
当前版本 1.1
更新时间 2020-11-19
上架时间 2020-11-08
开发者 https://www.dialexcel.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.dialexcel.com
帮助页面URL https://dialexcel.com/contact/
隐私政策页面URL https://www.logictree.com/privacy
支持的语言 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"
}