Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

Что такое Evaboot?

Evaboot - это расширение Chrome, разработанное https://evaboot.com, и его основная функция - "Makes Evaboot easier to use by automatically retrieving your session cookies".

Снимки экрана расширения

Скачать файл CRX расширения Evaboot

Скачайте файлы расширений Evaboot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Evaboot Evaboot
ID edccjhikjlfoakbbijgomgnoflcjgfjh
Официальный URL https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh
Описание Makes Evaboot easier to use by automatically retrieving your session cookies
Размер файла 1.37 MB
Количество установок 51,187
Текущая Версия 2.2.43
Последнее Обновление 2024-02-22
Дата публикации 2022-01-25
Рейтинг 4.78/5 Всего 132 оценок
Разработчик https://evaboot.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://app.evaboot.com/
URL страницы политики конфиденциальности https://evaboot.com/privacy-policy
Поддерживаемые языки 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"
    }
}