AutoReach
The fastest way to find phone numbers for all your outbound needs.
Qu'est-ce que AutoReach ?
AutoReach est une extension Chrome développée par chromeextension, et sa fonction principale est "The fastest way to find phone numbers for all your outbound needs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoReach
Téléchargez les fichiers d'extension AutoReach au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AutoReach |
ID | jcfhononaafeamhcmcopgadicmjlmnio |
URL Officiel | https://chromewebstore.google.com/detail/autoreach/jcfhononaafeamhcmcopgadicmjlmnio |
Description | The fastest way to find phone numbers for all your outbound needs. |
Taille du Fichier | 2.67 MB |
Nombre d'Installations | 445 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2023-07-11 |
Date de Publication | 2023-01-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | chromeextension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://autoreach.io/ |
URL de la Page d'Aide | https://autoreach.zendesk.com/hc/en-us |
URL de la Page de Politique de Confidentialité | https://www.autoreach.io/legal/privacy |
Langues Prises en Charge | 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" ] } ] } |