Web Leads Master

Makes Web Leads Master easier to use by automatically getting your session cookie

What is Web Leads Master?

Web Leads Master is a Chrome extension developed by https://webleadsmaster.com, and its main feature is "Makes Web Leads Master easier to use by automatically getting your session cookie".

Extension Screenshots

screenshot
screenshot

Download Web Leads Master Extension CRX File

Download Web Leads Master extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]).                    

Extension Basic Information

Name Web Leads Master Web Leads Master
ID kdmplecljeneicdfakfgjocldgddhpmn
Official URL https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn
Description Makes Web Leads Master easier to use by automatically getting your session cookie
File Size 12.17 KB
Installation Count 28
Current Version 1.0.0
Last Updated 2020-06-14
Publish Date 2020-06-14
Rating 5.00/5 Total 5 Ratings
Developer https://webleadsmaster.com
Email [email protected]
Payment Type free
Extension Website https://app.webleadsmaster.com/
Help Page URL https://app.webleadsmaster.com/contact-us
Supported Languages 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\/*"
        ]
    }
}