Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

Cos'è Evaboot?

Evaboot è un'estensione di Chrome sviluppata da https://evaboot.com, e la sua funzione principale è "Makes Evaboot easier to use by automatically retrieving your session cookies".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Evaboot

Scarica i file di estensione Evaboot 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

                        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/.                    

Informazioni di Base sull'Estensione

Nome Evaboot Evaboot
ID edccjhikjlfoakbbijgomgnoflcjgfjh
URL Ufficiale https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh
Descrizione Makes Evaboot easier to use by automatically retrieving your session cookies
Dimensione del File 1.37 MB
Conteggio Installazioni 51,187
Versione Corrente 2.2.43
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2022-01-25
Valutazione 4.78/5 Totale 132 Valutazioni
Sviluppatore https://evaboot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.evaboot.com/
URL della Pagina della Politica sulla Privacy https://evaboot.com/privacy-policy
Lingue Supportate 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"
    }
}