Web Leads Master

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

Apa itu Web Leads Master?

Web Leads Master adalah ekstensi Chrome yang dikembangkan oleh https://webleadsmaster.com, dan fitur utamanya adalah "Makes Web Leads Master easier to use by automatically getting your session cookie".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Leads Master

Unduh file ekstensi Web Leads Master dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Web Leads Master Web Leads Master
ID kdmplecljeneicdfakfgjocldgddhpmn
URL Resmi https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn
Deskripsi Makes Web Leads Master easier to use by automatically getting your session cookie
Ukuran File 12.17 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-06-14
Tanggal Publikasi 2020-06-14
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://webleadsmaster.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://app.webleadsmaster.com/
URL Halaman Bantuan https://app.webleadsmaster.com/contact-us
Bahasa yang Didukung 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\/*"
        ]
    }
}