Reel.fyi
AI plugin that generates hyper personalized connection messages on LinkedIn
Was ist Reel.fyi?
Reel.fyi ist eine Chrome-Erweiterung, die von https://reel.fyi entwickelt wurde, und ihr Hauptmerkmal ist "AI plugin that generates hyper personalized connection messages on LinkedIn".
Erweiterungsscreenshots
Reel.fyi-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reel.fyi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Reel.fyi |
ID | fhofneeegphbcpfdepceejjekejkhlki |
Offizielle URL | https://chromewebstore.google.com/detail/reelfyi/fhofneeegphbcpfdepceejjekejkhlki |
Beschreibung | AI plugin that generates hyper personalized connection messages on LinkedIn |
Dateigröße | 1.85 MB |
Installationsanzahl | 732 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-05-16 |
Veröffentlichungsdatum | 2023-05-08 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://reel.fyi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://reel.fyi |
URL der Datenschutzrichtlinien-Seite | https://www.reel.fyi/legal/privacy-policy |
Unterstützte Sprachen | 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 } ] } |