Unlimited Business Leads
Get Unlimited Verified Business Leads With The Click Of A Button.
Unlimited Business Leads là gì?
Unlimited Business Leads là một tiện ích mở rộng Chrome được phát triển bởi http://unlimitedbusinessleads.io, và tính năng chính của nó là "Get Unlimited Verified Business Leads With The Click Of A Button.".
Ả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 Business Leads
Tải xuống các tệp mở rộng Unlimited Business 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 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mmpkndilbhoflaibcaeialoojiijdmok |
URL Chính Thức | https://chrome.google.com/webstore/detail/unlimited-business-leads/mmpkndilbhoflaibcaeialoojiijdmok |
Mô tả | Get Unlimited Verified Business Leads With The Click Of A Button. |
Kích Thước Tệp | 416 KB |
Số Lần Cài Đặt | 838 |
Phiên Bản Hiện Tại | 1.1.08 |
Cập Nhật Lần Cuối | 2022-03-10 |
Ngày Phát Hành | 2020-11-02 |
Đánh Giá | 4.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | http://unlimitedbusinessleads.io |
[email protected] | |
Loại Thanh Toán | free |
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 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\/*" ] } |