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

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

확장 프로그램 사용 설명서

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