LinkedGPT: ChatGPT for LinkedIn

Introducing ChatGPT for LinkedIn – the tool that enhances your LinkedIn with ChatGPT. It helps you write posts and comments.

LinkedGPT: ChatGPT for LinkedInคืออะไร?

LinkedGPT: ChatGPT for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extendlinkedin และคุณลักษณะหลักของมันคือ "Introducing ChatGPT for LinkedIn – the tool that enhances your LinkedIn with ChatGPT. It helps you write posts and comments."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedGPT: ChatGPT for LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย LinkedGPT: ChatGPT for LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing our LinkedIn assistant, which enables you to effortlessly create posts and respond to comments on LinkedIn. With ChatGPT integrated directly into LinkedIn, you can harness its powerful capabilities without leaving the platform. 

🚀 How to use it? 
- Install the extension from this page.
- When you go to LinkedIn you will see our button directly near post and comment section. Click it and it will write the response for you. You can just click the 'Insert' button and it will insert it back to the post or comment section.

Please note that you dont need a ChatGPT account to use this tool. Would love to hear feedback.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LinkedGPT: ChatGPT for LinkedIn LinkedGPT: ChatGPT for LinkedIn
ID agdddnmdjmljkjeglnidfpmpenbimmmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkedgpt-chatgpt-for-lin/agdddnmdjmljkjeglnidfpmpenbimmmn
คำอธิบาย Introducing ChatGPT for LinkedIn – the tool that enhances your LinkedIn with ChatGPT. It helps you write posts and comments.
ขนาดไฟล์ 55.38 KB
จำนวนการติดตั้ง 1,240
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2023-04-05
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา extendlinkedin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "imgs\/icons\/icon16.png",
        "32": "imgs\/icons\/icon32.png",
        "48": "imgs\/icons\/icon48.png",
        "128": "imgs\/icons\/icon128.png"
    },
    "version": "0.3.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedgpt.com\/*",
        "https:\/\/*.theaieverywhere.com\/*",
        "https:\/\/*.chatgpteverywhere.com\/*",
        "https:\/\/api.mixpanel.com\/*",
        "https:\/\/*.linkedgpt.io\/*"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedgpt.com\/*",
                "https:\/\/*.theaieverywhere.com\/*",
                "https:\/\/*.chatgpteverywhere.com\/*",
                "https:\/\/*.linkedgpt.io\/*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                "dist\/openai-content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "main-service-worker.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/final.png",
                "imgs\/loading.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}