AutoReach

The fastest way to find phone numbers for all your outbound needs.

什么是AutoReach?

AutoReach是由chromeextension开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to find phone numbers for all your outbound needs.”。

扩展截图

screenshot
screenshot

下载AutoReach扩展crx文件

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

扩展使用说明

                        The AutoReach Chrome extension is the fastest way to capture numbers on any webpage, download as a CSV, and start calling.

Save yourself the pain of copy and pasting, editing spreadsheets, and validating numbers.

How it works
1: Visit any website and the chrome extension will automatically identify all phone numbers on that page
2: Capture all the phone numbers with one click
3: Download as a CSV
4: Upload to the AutoReach outbound dialer and start making calls                    

扩展基本信息

名称 AutoReach AutoReach
ID jcfhononaafeamhcmcopgadicmjlmnio
官方URL https://chromewebstore.google.com/detail/autoreach/jcfhononaafeamhcmcopgadicmjlmnio
简介 The fastest way to find phone numbers for all your outbound needs.
文件大小 2.67 MB
安装次数 445
当前版本 1.0.3
更新时间 2023-07-11
上架时间 2023-01-30
评分 5.00/5 共1次评分
开发者 chromeextension
电子邮箱 [email protected]
付费类型 free
扩展官网 https://autoreach.io/
帮助页面URL https://autoreach.zendesk.com/hc/en-us
隐私政策页面URL https://www.autoreach.io/legal/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/autoreach_icon16.png",
            "32": "\/images\/autoreach_icon32.png",
            "48": "\/images\/autoreach_icon48.png",
            "128": "\/images\/autoreach_icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/autoreach_icon16.png",
        "32": "\/images\/autoreach_icon32.png",
        "48": "\/images\/autoreach_icon48.png",
        "128": "\/images\/autoreach_icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/autoreach.io\/*",
                "*:\/\/autoreach.app\/*",
                "*:\/\/powerdialer-production.herokuapp.com\/*"
            ],
            "js": [
                "content_script\/index.js"
            ]
        }
    ]
}