Web Leads Master

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

Co to jest Web Leads Master?

Web Leads Master to rozszerzenie Chrome opracowane przez https://webleadsmaster.com, a jego główną funkcją jest „Makes Web Leads Master easier to use by automatically getting your session cookie”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Web Leads Master

Pobierz pliki rozszerzeń Web Leads Master w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Web Leads Master Web Leads Master
ID kdmplecljeneicdfakfgjocldgddhpmn
Oficjalny URL https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn
Opis Makes Web Leads Master easier to use by automatically getting your session cookie
Rozmiar pliku 12.17 KB
Liczba instalacji 28
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-06-14
Data Publikacji 2020-06-14
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://webleadsmaster.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.webleadsmaster.com/
Adres URL Strony Pomocy https://app.webleadsmaster.com/contact-us
Obsługiwane Języki 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\/*"
        ]
    }
}