Web Leads Master
Makes Web Leads Master easier to use by automatically getting your session cookie
Web Leads Master là gì?
Web Leads Master là một tiện ích mở rộng Chrome được phát triển bởi https://webleadsmaster.com, và tính năng chính của nó là "Makes Web Leads Master easier to use by automatically getting your session cookie".
Ả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 Web Leads Master
Tải xuống các tệp mở rộng Web Leads Master 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
WLM is a web application that fully automates your workflow on LinkedIn and saves a lot of your time! This extension will automatically get a session cookie. Once you are in your Web Leads Master profile, just click 'Get my cookie' to save it to your profile. In case you have any questions or suggestions, drop us a line ([email protected]).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Leads Master |
ID | kdmplecljeneicdfakfgjocldgddhpmn |
URL Chính Thức | https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn |
Mô tả | Makes Web Leads Master easier to use by automatically getting your session cookie |
Kích Thước Tệp | 12.17 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-06-14 |
Ngày Phát Hành | 2020-06-14 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://webleadsmaster.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.webleadsmaster.com/ |
URL Trang Trợ Giúp | https://app.webleadsmaster.com/contact-us |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Leads Master", "description": "Makes Web Leads Master easier to use by automatically getting your session cookie", "version": "1.0.0", "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "permissions": [ "cookies", "https:\/\/www.linkedin.com\/*" ], "icons": { "16": "src\/logo16.png", "48": "src\/logo48.png", "128": "src\/logo128.png" }, "browser_action": { "default_icon": "src\/logo128.png" }, "externally_connectable": { "matches": [ "https:\/\/app.webleadsmaster.com\/*", "https:\/\/www.app.webleadsmaster.com\/*" ] } } |