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.”。
擴展截圖
下載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 |
ID | jcfhononaafeamhcmcopgadicmjlmnio |
官方網址 | 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" ] } ] } |