Unlimited Business Leads
Get Unlimited Verified Business Leads With The Click Of A Button.
Unlimited Business Leads क्या है?
Unlimited Business Leads http://unlimitedbusinessleads.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Unlimited Verified Business Leads With The Click Of A Button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unlimited Business Leads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mmpkndilbhoflaibcaeialoojiijdmok |
आधिकारिक URL | https://chrome.google.com/webstore/detail/unlimited-business-leads/mmpkndilbhoflaibcaeialoojiijdmok |
विवरण | Get Unlimited Verified Business Leads With The Click Of A Button. |
फ़ाइल का आकार | 416 KB |
स्थापना संख्या | 838 |
वर्तमान संस्करण | 1.1.08 |
अंतिम अपडेट | 2022-03-10 |
प्रकाशन तिथि | 2020-11-02 |
रेटिंग | 4.11/5 कुल 9 रेटिंग्स |
डेवलपर | http://unlimitedbusinessleads.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ 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 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\/*" ] } |