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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://mattyfoley.com/support |
URL หน้านโยบายความเป็นส่วนตัว | 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\/*" ] } |