AutoReach
The fastest way to find phone numbers for all your outbound needs.
AutoReach क्या है?
AutoReach chromeextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest way to find phone numbers for all your outbound needs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoReach एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |