Web Leads Master
Makes Web Leads Master easier to use by automatically getting your session cookie
Vad är Web Leads Master?
Web Leads Master är en Chrome-tillägg utvecklad av https://webleadsmaster.com, och dess huvudfunktion är "Makes Web Leads Master easier to use by automatically getting your session cookie".
Tilläggsskärmbilder
Ladda ner Web Leads Master-förlängningens CRX-fil
Ladda ner Web Leads Master-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]).
Grundläggande Information om Tillägg
Namn | Web Leads Master |
ID | kdmplecljeneicdfakfgjocldgddhpmn |
Officiell webbadress | https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn |
Beskrivning | Makes Web Leads Master easier to use by automatically getting your session cookie |
Filstorlek | 12.17 KB |
Antal Installationer | 28 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-06-14 |
Publiceringsdatum | 2020-06-14 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://webleadsmaster.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://app.webleadsmaster.com/ |
Hjälpsida URL | https://app.webleadsmaster.com/contact-us |
Stödda Språk | 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\/*" ] } } |