Location Tap
Business Leads Without Limits!
什么是Location Tap?
Location Tap是由SaaS Reseller开发的Chrome扩展程序,该扩展的主要功能是“Business Leads Without Limits!”。
扩展截图
下载Location Tap扩展crx文件
下载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\/*" ] } |