EasyLead
EasyLead - Extraia E-mails Reais do Facebook direto para um Funil de Vendas
EasyLead là gì?
EasyLead là một tiện ích mở rộng Chrome được phát triển bởi EasyLead, và tính năng chính của nó là "EasyLead - Extraia E-mails Reais do Facebook direto para um Funil de Vendas".
Tải xuống tệp CRX của tiện ích mở rộng EasyLead
Tải xuống các tệp mở rộng EasyLead 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EasyLead |
ID | hfidblaakjhhcdfjmhpgbdlicgmeglfa |
URL Chính Thức | https://chromewebstore.google.com/detail/easylead/hfidblaakjhhcdfjmhpgbdlicgmeglfa |
Mô tả | EasyLead - Extraia E-mails Reais do Facebook direto para um Funil de Vendas |
Kích Thước Tệp | 402 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 3.5 |
Cập Nhật Lần Cuối | 2016-09-11 |
Ngày Phát Hành | 2016-09-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | EasyLead |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://easylead.club/ |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/button.png", "default_popup": "popup.html", "default_title": "EasyLead - Extraia E-mails Reais do Facebook direto para um Funil de Vendas" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/libs\/jquery-2.0.3.min.js", "includes\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "EasyLead - Extraia E-mails Reais do Facebook direto para um Funil de Vendas", "homepage_url": "http:\/\/www.easylead.club", "icons": { "128": "icons\/icon128.png", "16": "icons\/button.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "EasyLead", "permissions": [ "tabs", "contentSettings", "webNavigation", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "EasyLead", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5", "web_accessible_resources": [ "res\/*" ] } |