Valley AI

Retrieve your session cookies each time you use Valley

Что такое Valley AI?

Valley AI - это расширение Chrome, разработанное setiadeepanshu, и его основная функция - "Retrieve your session cookies each time you use Valley".

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

screenshot
screenshot

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

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

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

                        With the Valley AI Chrome browser extension installed, retrieving your session cookies each time you use Valley becomes effortless.

Valley provides various benefits, such as:

A centralised platform for managing your lead generation campaigns.
The ability to collect additional lead information and connect various platforms.
Collecting lead data from the internet and engaging with your leads.
The Valley extension automatically retrieves session cookies from the websites you're connected to. After logging in to your Valley account, click on "Connect to [website name]" to fill the session cookies input field. Under Action in Valley AI extension, Click on "Copy". This allows you to retrieve cookies from multiple accounts simultaneously.

If you have any questions regarding the extension, you can reach out to our support team at [email protected] or through our live chat.                    

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

Название Valley AI Valley AI
ID kfngigmpgdadeehcglpnemjlkflakhdm
Официальный URL https://chromewebstore.google.com/detail/valley-ai/kfngigmpgdadeehcglpnemjlkflakhdm
Описание Retrieve your session cookies each time you use Valley
Размер файла 28.92 KB
Количество установок 51
Текущая Версия 1.0
Последнее Обновление 2023-03-15
Дата публикации 2023-03-14
Разработчик setiadeepanshu
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://valley-mvp.vercel.app/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Valley AI",
    "manifest_version": 3,
    "version": "1.0",
    "author": "Deepanshu Setia",
    "description": "Retrieve your session cookies each time you use Valley",
    "permissions": [
        "cookies",
        "https:\/\/www.linkedin.com\/*"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "icons": {
        "16": "Logo.png",
        "48": "Logo.png",
        "128": "Logo.png"
    },
    "action": {
        "default_icon": "Logo.png",
        "default_popup": "popup.html"
    }
}