Unlimited Business Leads
Get Unlimited Verified Business Leads With The Click Of A Button.
什麼是Unlimited Business Leads?
Unlimited Business Leads是由http://unlimitedbusinessleads.io開發的Chrome擴展程式,該擴展的主要功能是“Get Unlimited Verified Business Leads With The Click Of A Button.”。
擴展截圖
下載Unlimited Business Leads擴展crx文件
下載Unlimited Business Leads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |