Valley
Valley's extension for connecting to LinkedIn
Valleyคืออะไร?
Valley เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samuel olamide และคุณลักษณะหลักของมันคือ "Valley's extension for connecting to LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Valley
ดาวน์โหลดไฟล์ส่วนขยาย Valley ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Connect your Linkedin account with Valley With the Valley AI Chrome browser extension installed, keeping your session cookies in sync with Valley 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 |
ID | mbbekbmhgeclllnnodcbbeeohhkkbnjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/valley/mbbekbmhgeclllnnodcbbeeohhkkbnjh |
คำอธิบาย | Valley's extension for connecting to LinkedIn |
ขนาดไฟล์ | 65.04 KB |
จำนวนการติดตั้ง | 173 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2023-12-19 |
ผู้พัฒนา | samuel olamide |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://joinvalley.co |
URL หน้านโยบายความเป็นส่วนตัว | https://valley-app-f895f2615d51d25ea9b0ef1d078d.webflow.io/template-info/licenses |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.ae4e1a9e.png", "32": "icon32.plasmo.d2f9622e.png", "48": "icon48.plasmo.1e368109.png", "64": "icon64.plasmo.eef94fbe.png", "128": "icon128.plasmo.59aed672.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.ae4e1a9e.png", "32": "icon32.plasmo.d2f9622e.png", "48": "icon48.plasmo.1e368109.png", "64": "icon64.plasmo.eef94fbe.png", "128": "icon128.plasmo.59aed672.png" }, "default_popup": "popup.html" }, "version": "0.0.6", "author": "Samuel Olamide", "name": "Valley", "description": "Valley's extension for connecting to LinkedIn", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "tabs", "cookies", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.www.linkedin.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/static.licdn.com\/*", "*:\/\/localhost\/*", "*:\/\/*.joinvalley.co\/*" ] } |