Unlimited Business Leads
Get Unlimited Verified Business Leads With The Click Of A Button.
Co je Unlimited Business Leads?
Unlimited Business Leads je rozšíření Chrome vyvinuté http://unlimitedbusinessleads.io, a jeho hlavní funkcí je „Get Unlimited Verified Business Leads With The Click Of A Button.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Unlimited Business Leads
Stáhněte si soubory rozšíření Unlimited Business Leads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Are you looking for leads? If yes then this tool is going to give you Unlimited Business 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. Version update 1.0.9: -- Fixed loaders -- Added Placeholders -- Modified permission in manifest -- Added Custom Css file -- Changed the background image
Základní Informace o Rozšíření
Název | |
ID | mmpkndilbhoflaibcaeialoojiijdmok |
Oficiální URL | https://chrome.google.com/webstore/detail/unlimited-business-leads/mmpkndilbhoflaibcaeialoojiijdmok |
Popis | Get Unlimited Verified Business Leads With The Click Of A Button. |
Velikost souboru | 416 KB |
Počet instalací | 838 |
Aktuální Verze | 1.1.08 |
Poslední Aktualizace | 2022-03-10 |
Datum Vydání | 2020-11-02 |
Hodnocení | 4.11/5 Celkem 9 Hodnocení |
Vývojář | http://unlimitedbusinessleads.io |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.tier5.us/chrome-extension-privacy-policies.html |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unlimited Business Leads", "description": "Get Unlimited Verified Business Leads With The Click Of A Button.", "version": "1.1.08", "short_name": "UBL", "browser_action": { "default_title": "Unlimited Business Leads" }, "icons": { "16": ".\/images\/logo_16.png", "48": ".\/images\/logo_48.png", "128": ".\/images\/large_logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/search*", "*:\/\/*.google.co.in\/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.unlimitedbusinessleads.io\/*", "*:\/\/api.tomba.io\/v1\/domain-search\/*", "*:\/\/google.com\/search?*" ], "web_accessible_resources": [ "images\/*", "assets\/*", "js\/*" ] } |