Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

Was ist Evaboot?

Evaboot ist eine Chrome-Erweiterung, die von https://evaboot.com entwickelt wurde, und ihr Hauptmerkmal ist "Makes Evaboot easier to use by automatically retrieving your session cookies".

Erweiterungsscreenshots

Evaboot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Evaboot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Evaboot Evaboot
ID edccjhikjlfoakbbijgomgnoflcjgfjh
Offizielle URL https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh
Beschreibung Makes Evaboot easier to use by automatically retrieving your session cookies
Dateigröße 1.37 MB
Installationsanzahl 51,187
Aktuelle Version 2.2.43
Letztes Update 2024-02-22
Veröffentlichungsdatum 2022-01-25
Bewertung 4.78/5 Insgesamt 132 Bewertungen
Entwickler https://evaboot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.evaboot.com/
URL der Datenschutzrichtlinien-Seite https://evaboot.com/privacy-policy
Unterstützte Sprachen 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"
    }
}