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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}