Reel.fyi
AI plugin that generates hyper personalized connection messages on LinkedIn
Reel.fyiคืออะไร?
Reel.fyi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reel.fyi และคุณลักษณะหลักของมันคือ "AI plugin that generates hyper personalized connection messages on LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reel.fyi
ดาวน์โหลดไฟล์ส่วนขยาย Reel.fyi ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing Reel.fyi, AI Copilot for LinkedIn Automate repetitive outreach and networking efforts using the power of AI and GPT4 as you work. Boost your job search productivity with our extension. Save time and effort on LinkedIn messaging while increasing your network and job application response rate. Send outreach and network 10x faster!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reel.fyi |
ID | fhofneeegphbcpfdepceejjekejkhlki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reelfyi/fhofneeegphbcpfdepceejjekejkhlki |
คำอธิบาย | AI plugin that generates hyper personalized connection messages on LinkedIn |
ขนาดไฟล์ | 1.85 MB |
จำนวนการติดตั้ง | 732 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-05-16 |
วันที่เผยแพร่ | 2023-05-08 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://reel.fyi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://reel.fyi |
URL หน้านโยบายความเป็นส่วนตัว | https://www.reel.fyi/legal/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reel.fyi", "version": "1.0.2", "description": "AI plugin that generates hyper personalized connection messages on LinkedIn", "action": { "default_popup": "index.html" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.tsx.41eded49.776e6fed.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "css": [ "assets\/index.ffe21dba.css" ] }, { "js": [ "assets\/content-script-loader.index.tsx.a64ea86d.421041ff.js" ], "matches": [ "*:\/\/*.reel.fyi\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "clipboardWrite", "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "resources": [ "assets\/logo.6f826714.svg", "assets\/index.4a7917cb.js", "assets\/state.dc686e6c.js", "assets\/index.tsx.41eded49.js" ], "use_dynamic_url": true }, { "matches": [ "*:\/\/*.reel.fyi\/*" ], "resources": [ "assets\/state.dc686e6c.js", "assets\/index.tsx.a64ea86d.js" ], "use_dynamic_url": true } ] } |