AutoReach
The fastest way to find phone numbers for all your outbound needs.
Cos'è AutoReach?
AutoReach è un'estensione di Chrome sviluppata da chromeextension, e la sua funzione principale è "The fastest way to find phone numbers for all your outbound needs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoReach
Scarica i file di estensione AutoReach in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | AutoReach |
ID | jcfhononaafeamhcmcopgadicmjlmnio |
URL Ufficiale | https://chromewebstore.google.com/detail/autoreach/jcfhononaafeamhcmcopgadicmjlmnio |
Descrizione | The fastest way to find phone numbers for all your outbound needs. |
Dimensione del File | 2.67 MB |
Conteggio Installazioni | 445 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-07-11 |
Data di Pubblicazione | 2023-01-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | chromeextension |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://autoreach.io/ |
URL della Pagina di Aiuto | https://autoreach.zendesk.com/hc/en-us |
URL della Pagina della Politica sulla Privacy | https://www.autoreach.io/legal/privacy |
Lingue Supportate | 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" ] } ] } |