Valley AI

Retrieve your session cookies each time you use Valley

什么是Valley AI?

Valley AI是由setiadeepanshu开发的Chrome扩展程序,该扩展的主要功能是“Retrieve your session cookies each time you use Valley”。

扩展截图

screenshot
screenshot

下载Valley AI扩展crx文件

下载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"
    }
}