Web Leads Master
Makes Web Leads Master easier to use by automatically getting your session cookie
什么是Web Leads Master?
Web Leads Master是由https://webleadsmaster.com开发的Chrome扩展程序,该扩展的主要功能是“Makes Web Leads Master easier to use by automatically getting your session cookie”。
扩展截图
下载Web Leads Master扩展crx文件
下载Web Leads Master扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]).
扩展基本信息
名称 | Web Leads Master |
ID | kdmplecljeneicdfakfgjocldgddhpmn |
官方URL | https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn |
简介 | Makes Web Leads Master easier to use by automatically getting your session cookie |
文件大小 | 12.17 KB |
安装次数 | 28 |
当前版本 | 1.0.0 |
更新时间 | 2020-06-14 |
上架时间 | 2020-06-14 |
评分 | 5.00/5 共5次评分 |
开发者 | https://webleadsmaster.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://app.webleadsmaster.com/ |
帮助页面URL | https://app.webleadsmaster.com/contact-us |
支持的语言 | 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\/*" ] } } |