Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

Apa itu Evaboot?

Evaboot adalah ekstensi Chrome yang dikembangkan oleh https://evaboot.com, dan fitur utamanya adalah "Makes Evaboot easier to use by automatically retrieving your session cookies".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Evaboot

Unduh file ekstensi Evaboot 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

                        Evaboot saves time hours of boring work every week by cleaning and qualifying your lead.

This extension will automatically retrieve the session cookies of the websites you're connected to. 

If you have any question about this extension, feel free to contact use using the support chat at https://evaboot.com/.                    

Informasi Dasar Ekstensi

Nama Evaboot Evaboot
ID edccjhikjlfoakbbijgomgnoflcjgfjh
URL Resmi https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh
Deskripsi Makes Evaboot easier to use by automatically retrieving your session cookies
Ukuran File 1.37 MB
Jumlah Instalasi 51,187
Versi Saat Ini 2.2.43
Terakhir Diperbarui 2024-02-22
Tanggal Publikasi 2022-01-25
Penilaian 4.78/5 Total 132 Penilaian
Pengembang https://evaboot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://app.evaboot.com/
URL Halaman Kebijakan Privasi https://evaboot.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evaboot",
    "description": "Makes Evaboot easier to use by automatically retrieving your session cookies",
    "version": "2.2.43",
    "manifest_version": 3,
    "homepage_url": "https:\/\/app.evaboot.com\/",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/*",
                "https:\/\/app.evaboot.com\/*",
                "https:\/\/www.linkedin.com\/premium\/products\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.evaboot.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "webRequest",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}