EasyGPT

A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.

EasyGPTとは何ですか?

EasyGPTはEasyLeadzによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A Chrome extension that generates personalised cold emails & LinkedIn messages using ChatGPT API.                    

拡張機能の基本情報

名前 EasyGPT EasyGPT
ID ommdlfkdofnfnmddofkencbjjeffdibo
公式URL https://chromewebstore.google.com/detail/easygpt/ommdlfkdofnfnmddofkencbjjeffdibo
説明 A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.
ファイルサイズ 44.35 KB
インストール数 1,656
現在のバージョン 1.2
最終更新日 2024-01-13
公開日 2023-04-19
評価 5.00/5 合計 6 レビュー
開発者 EasyLeadz
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://www.easyleadz.com/privacy.php
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EasyGPT",
    "version": "1.2",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "description": "A Chrome extension that generates personalized LinkedIn messages using ChatGPT API.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}