Evaboot
Makes Evaboot easier to use by automatically retrieving your session cookies
Co je Evaboot?
Evaboot je rozšíření Chrome vyvinuté https://evaboot.com, a jeho hlavní funkcí je „Makes Evaboot easier to use by automatically retrieving your session cookies“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Evaboot
Stáhněte si soubory rozšíření Evaboot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/.
Základní Informace o Rozšíření
Název | Evaboot |
ID | edccjhikjlfoakbbijgomgnoflcjgfjh |
Oficiální URL | https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh |
Popis | Makes Evaboot easier to use by automatically retrieving your session cookies |
Velikost souboru | 1.37 MB |
Počet instalací | 51,187 |
Aktuální Verze | 2.2.43 |
Poslední Aktualizace | 2024-02-22 |
Datum Vydání | 2022-01-25 |
Hodnocení | 4.78/5 Celkem 132 Hodnocení |
Vývojář | https://evaboot.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://app.evaboot.com/ |
URL Stránky Zásad Ochrany Soukromí | https://evaboot.com/privacy-policy |
Podporované Jazyky | 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" } } |