Unlimited Map Leads
Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.
Unlimited Map Leads là gì?
Unlimited Map Leads là một tiện ích mở rộng Chrome được phát triển bởi http://unlimitedmapsleads.io, và tính năng chính của nó là "Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unlimited Map Leads
Tải xuống các tệp mở rộng Unlimited Map Leads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gicgcjjfjeonfnecaiahnlfmlaapkeal |
URL Chính Thức | https://chrome.google.com/webstore/detail/unlimited-map-leads/gicgcjjfjeonfnecaiahnlfmlaapkeal |
Mô tả | Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map. |
Kích Thước Tệp | 592 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 1.1.11 |
Cập Nhật Lần Cuối | 2022-03-11 |
Ngày Phát Hành | 2021-07-09 |
Nhà Phát Triển | http://unlimitedmapsleads.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.unlimitedmapsleads.io |
URL Trang Chính Sách Bảo Mật | https://www.tier5.us/chrome-extension-privacy-policies.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |