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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |