Location Tap
Business Leads Without Limits!
ما هو Location Tap؟
Location Tap هو إضافة Chrome تم تطويرها بواسطة SaaS Reseller، والميزة الرئيسية لها هي "Business Leads Without Limits!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Location Tap
قم بتنزيل ملفات الامتداد Location Tap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Location Tap lets you search by keyword and location and get unlimited, highly-targeted business leads.
معلومات أساسية عن التمديد
الاسم | |
ID | phkknleboeohiodcdeolkcdjppbhahop |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop |
الوصف | Business Leads Without Limits! |
حجم الملف | 2.07 MB |
عدد التثبيتات | 84 |
النسخة الحالية | 3.0.5 |
آخر تحديث | 2021-05-30 |
تاريخ النشر | 2021-02-14 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | SaaS Reseller |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://mattyfoley.com |
عنوان صفحة المساعدة | https://mattyfoley.com/support |
عنوان صفحة سياسة الخصوصية | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Location Tap", "description": "Business Leads Without Limits!", "version": "3.0.5", "short_name": "LT", "browser_action": { "default_title": "Location Tap" }, "icons": { "16": ".\/assets\/logo_16.png", "48": ".\/assets\/logo_48.png", "128": ".\/assets\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/search*", "*:\/\/*.google.co.in\/search*" ], "js": [ "js\/vendor.js", "js\/helper.js", "js\/content_place.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/background.js", "js\/helper.js" ], "persistent": false }, "permissions": [ "storage", "*:\/\/api.unlimitedbusinessleads.io\/*", "*:\/\/google.com\/search?*" ], "web_accessible_resources": [ "assets\/*", "js\/*" ] } |