chadGPT

Upgrade your LinkedIn connect intro messages. Automatic message template generator

chadGPTとは何ですか?

chadGPTはareibmanによって開発されたChromeの拡張機能で、その主な機能は「Upgrade your LinkedIn connect intro messages. Automatic message template generator」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Rizz up your LinkedIn messages with ChadGPT. This plugin automatically creates connect messages for you based on the contents of your profile and your recipients profile using the power of AI.

Save time drafting messages-- be a Chad!                    

拡張機能の基本情報

名前 chadGPT chadGPT
ID nhekipmihkpmekdnhnchchjancdjkcnk
公式URL https://chromewebstore.google.com/detail/chadgpt/nhekipmihkpmekdnhnchchjancdjkcnk
説明 Upgrade your LinkedIn connect intro messages. Automatic message template generator
ファイルサイズ 2.55 MB
インストール数 93
現在のバージョン 4.5.0
最終更新日 2023-03-24
公開日 2023-03-13
評価 5.00/5 合計 1 レビュー
開発者 areibman
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Upgrade your LinkedIn connect intro messages. Automatic message template generator",
    "version": "4.5.0",
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "*:\/\/linkedin.com\/",
            "https:\/\/www.linkedin.com\/",
            "http:\/\/www.linkedin.com\/",
            "https:\/\/linkedin.com\/*",
            "*:\/\/*.linkedin.com\/*"
        ]
    },
    "name": "chadGPT",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/",
                "https:\/\/www.linkedin.com\/",
                "http:\/\/www.linkedin.com\/",
                "https:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}