Reel.fyi
AI plugin that generates hyper personalized connection messages on LinkedIn
Reel.fyi là gì?
Reel.fyi là một tiện ích mở rộng Chrome được phát triển bởi https://reel.fyi, và tính năng chính của nó là "AI plugin that generates hyper personalized connection messages on LinkedIn".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reel.fyi
Tải xuống các tệp mở rộng Reel.fyi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reel.fyi |
ID | fhofneeegphbcpfdepceejjekejkhlki |
URL Chính Thức | https://chromewebstore.google.com/detail/reelfyi/fhofneeegphbcpfdepceejjekejkhlki |
Mô tả | AI plugin that generates hyper personalized connection messages on LinkedIn |
Kích Thước Tệp | 1.85 MB |
Số Lần Cài Đặt | 732 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-05-16 |
Ngày Phát Hành | 2023-05-08 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://reel.fyi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://reel.fyi |
URL Trang Chính Sách Bảo Mật | https://www.reel.fyi/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |