Reel.fyi
AI plugin that generates hyper personalized connection messages on LinkedIn
Reel.fyiとは何ですか?
Reel.fyiはhttps://reel.fyiによって開発されたChromeの拡張機能で、その主な機能は「AI plugin that generates hyper personalized connection messages on LinkedIn」です。
拡張機能のスクリーンショット
Reel.fyi拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } ] } |