Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

Vad är Evaboot?

Evaboot är en Chrome-tillägg utvecklad av https://evaboot.com, och dess huvudfunktion är "Makes Evaboot easier to use by automatically retrieving your session cookies".

Tilläggsskärmbilder

Ladda ner Evaboot-förlängningens CRX-fil

Ladda ner Evaboot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Evaboot Evaboot
ID edccjhikjlfoakbbijgomgnoflcjgfjh
Officiell webbadress https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh
Beskrivning Makes Evaboot easier to use by automatically retrieving your session cookies
Filstorlek 1.37 MB
Antal Installationer 51,187
Aktuell Version 2.2.43
Senast Uppdaterad 2024-02-22
Publiceringsdatum 2022-01-25
Betyg 4.78/5 Totalt 132 Betyg
Utvecklare https://evaboot.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://app.evaboot.com/
URL till Sekretesspolicy Sidan https://evaboot.com/privacy-policy
Stödda Språk 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"
    }
}