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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |