Cookie importer for Derrick

Get your li_at cookie from your account.

Что такое Cookie importer for Derrick?

Cookie importer for Derrick - это расширение Chrome, разработанное https://derrick-app.com, и его основная функция - "Get your li_at cookie from your account.".

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

Скачать файл CRX расширения Cookie importer for Derrick

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

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

                        This Chrome browser extension allows easy retrieval of LinkedIn session cookies (li_at) when using the Derrick App. Install the extension for seamless use of Derrick App.

Benefits of using Derrick App with Google Sheets include:

Quickly building lead or account lists for lead generation.
Enriching leads with contact information (LinkedIn, email, etc.) or context data (job, experience, skills, etc.).
Finding emails or LinkedIn addresses with just a name.
The extension retrieves session cookies for your LinkedIn account automatically. After logging in to LinkedIn, simply click on the extension, copy and paste your session cookie to Derrick for Sheets.

Get Derrick for Sheets for free from the Google Workspace Marketplace: https://workspace.google.com/marketplace/app/linkedin_and_email_finder_derrick/3746789989

Learn more about Derrick App at derrick-app.com.

Join the Derrick team and start using the app today!                    

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

Название Cookie importer for Derrick Cookie importer for Derrick
ID afgeldghdlleklbichldgclllmgegkon
Официальный URL https://chromewebstore.google.com/detail/cookie-importer-for-derri/afgeldghdlleklbichldgclllmgegkon
Описание Get your li_at cookie from your account.
Размер файла 14.91 KB
Количество установок 2,188
Текущая Версия 1.2
Последнее Обновление 2023-08-28
Дата публикации 2023-01-30
Рейтинг 1.00/5 Всего 2 оценок
Разработчик https://derrick-app.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://derrick-app.com/
URL страницы помощи https://derrick-app.com/contact
URL страницы политики конфиденциальности https://derrick-app.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie importer for Derrick",
    "version": "1.2",
    "author": "Derrick",
    "description": "Get your li_at cookie from your account.",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "icons": {
        "16": "128.png",
        "48": "128.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}