LinkedIn Turbo Responder

Generates responses to LinkedIn messages using AI

LinkedIn Turbo Responderとは何ですか?

LinkedIn Turbo Responderはjacekdalkowskiによって開発されたChromeの拡張機能で、その主な機能は「Generates responses to LinkedIn messages using AI」です。

拡張機能のスクリーンショット

screenshot

LinkedIn Turbo Responder拡張機能のCRXファイルをダウンロード

LinkedIn Turbo Responder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ChatGPT AI for LinkedIn messaging. Helps you find out details about job offers you receive on LinkedIn by generating responses to recruiters' messages using OpenAI API.

1. Install "Linkedin Turbo Responder" extension
2. Go to LinkedIn conversations page: https://www.linkedin.com/messaging
3. Choose some conversation thread
4. Open extension popup  by clicking extension icon and get suggested response generated for the conversation

Manage your career with AI!                    

拡張機能の基本情報

名前 LinkedIn Turbo Responder LinkedIn Turbo Responder
ID fdcbcjhbnnedhbleohhicdelmehopbjg
公式URL https://chromewebstore.google.com/detail/linkedin-turbo-responder/fdcbcjhbnnedhbleohhicdelmehopbjg
説明 Generates responses to LinkedIn messages using AI
ファイルサイズ 640 KB
インストール数 200
現在のバージョン 0.11
最終更新日 2023-11-01
公開日 2023-05-08
開発者 jacekdalkowski
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://jacekdalkowski.com/career-manager/linkedin-turbo-responder/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Turbo Responder",
    "description": "Generates responses to LinkedIn messages using AI",
    "version": "0.11",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/linkedin-turbo-responder-icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/messaging\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/candidateboostmpdycfnk-hello-world-1.functions.fnc.pl-waw.scw.cloud\/*"
    ]
}