AutoReach
The fastest way to find phone numbers for all your outbound needs.
ما هو AutoReach؟
AutoReach هو إضافة Chrome تم تطويرها بواسطة chromeextension، والميزة الرئيسية لها هي "The fastest way to find phone numbers for all your outbound needs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoReach
قم بتنزيل ملفات الامتداد AutoReach بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | https://autoreach.zendesk.com/hc/en-us |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |