Web Leads Master

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

Cos'è Web Leads Master?

Web Leads Master è un'estensione di Chrome sviluppata da https://webleadsmaster.com, e la sua funzione principale è "Makes Web Leads Master easier to use by automatically getting your session cookie".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Web Leads Master

Scarica i file di estensione Web Leads Master in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Web Leads Master Web Leads Master
ID kdmplecljeneicdfakfgjocldgddhpmn
URL Ufficiale https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn
Descrizione Makes Web Leads Master easier to use by automatically getting your session cookie
Dimensione del File 12.17 KB
Conteggio Installazioni 28
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-06-14
Data di Pubblicazione 2020-06-14
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://webleadsmaster.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.webleadsmaster.com/
URL della Pagina di Aiuto https://app.webleadsmaster.com/contact-us
Lingue Supportate 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\/*"
        ]
    }
}