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 |
Eメール | [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\/*" ] } } |