Unlimited Map Leads
Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.
什么是Unlimited Map Leads?
Unlimited Map Leads是由http://unlimitedmapsleads.io开发的Chrome扩展程序,该扩展的主要功能是“Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.”。
扩展截图
下载Unlimited Map Leads扩展crx文件
下载Unlimited Map Leads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you looking for potential leads? If yes then this tool is going to give you Unlimited Maps Leads within few seconds with the click of a button. You will get your lead's email id and phone number in which ever way you want. You can download all the leads as a csv or even you can send them to any web hook and can make your automation. Not only that you can verify your leads email addresses too.
扩展基本信息
名称 | |
ID | gicgcjjfjeonfnecaiahnlfmlaapkeal |
官方URL | https://chrome.google.com/webstore/detail/unlimited-map-leads/gicgcjjfjeonfnecaiahnlfmlaapkeal |
简介 | Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map. |
文件大小 | 592 KB |
安装次数 | 120 |
当前版本 | 1.1.11 |
更新时间 | 2022-03-11 |
上架时间 | 2021-07-09 |
开发者 | http://unlimitedmapsleads.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.unlimitedmapsleads.io |
隐私政策页面URL | https://www.tier5.us/chrome-extension-privacy-policies.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unlimited Map Leads", "description": "Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.", "version": "1.1.11", "short_name": "UML", "browser_action": { "default_title": "Unlimited Map Leads" }, "icons": { "16": "images\/1625688273502-smallLogo.png", "48": "images\/1625688273589-mediumLogo.png", "128": "images\/1625688273638-largeLogo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/maps\/search*", "*:\/\/*.google.co.in\/maps\/search*" ], "js": [ "js\/vendor.js", "js\/helper.js", "js\/content_place.js" ], "css": [ "assets\/jquery.toast.min.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/background.js", "js\/helper.js", "js\/services.js", "js\/vendor.js" ], "persistent": false }, "permissions": [ "storage", "*:\/\/api.unlimitedmapsleads.io\/*", "*:\/\/api.tomba.io\/v1\/domain-search\/*", "*:\/\/google.com\/search?*" ], "web_accessible_resources": [ "images\/*", "assets\/*", "js\/*" ] } |