Reel.fyi
AI plugin that generates hyper personalized connection messages on LinkedIn
Reel.fyi क्या है?
Reel.fyi https://reel.fyi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI plugin that generates hyper personalized connection messages on LinkedIn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reel.fyi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |