Unlimited Map Leads
Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.
Τι είναι το Unlimited Map Leads;
Το Unlimited Map Leads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://unlimitedmapsleads.io, και η κύρια λειτουργία του είναι "Get Unlimited Verified Maps Leads With The Click Of A Button From Google Map.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unlimited Map Leads
Λήψη αρχείων επέκτασης 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\/*" ] } |