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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Reel.fyi
ID fhofneeegphbcpfdepceejjekejkhlki
官方網址 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
        }
    ]
}