Valley AI
Retrieve your session cookies each time you use Valley
What is Valley AI?
Valley AI is a Chrome extension developed by setiadeepanshu, and its main feature is "Retrieve your session cookies each time you use Valley".
Extension Screenshots
Download Valley AI Extension CRX File
Download Valley AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Valley AI |
ID | kfngigmpgdadeehcglpnemjlkflakhdm |
Official URL | https://chromewebstore.google.com/detail/valley-ai/kfngigmpgdadeehcglpnemjlkflakhdm |
Description | Retrieve your session cookies each time you use Valley |
File Size | 28.92 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2023-03-15 |
Publish Date | 2023-03-14 |
Developer | setiadeepanshu |
[email protected] | |
Payment Type | free |
Extension Website | https://valley-mvp.vercel.app/ |
Supported Languages | 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" } } |