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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}