LinkedIn GPT Pro

Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time

LinkedIn GPT Proคืออะไร?

LinkedIn GPT Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://itsvg.in และคุณลักษณะหลักของมันคือ "Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedIn GPT Pro

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

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

                        What is LinkedIn GPT?
LinkedIn GPT is a powerful tool that lets you use ChatGPT directly in your LinkedIn.

What are the benefits of using LinkedIn GPT?
- You can easily generate compelling and personalized content ideas
- Refine your writing style
- Optimize your messaging for maximum engagement
- Create engaging posts in a matter of seconds
- Expand your professional network by highly engaging posts.

With LinkedIn GPT, you can take your LinkedIn presence to the next level and stand out in your industry.

Currently we only support LinkedIn but we have more awesome plans to expand.

How to use it?
Step 1: Open LinkedIn post input dialogue.
Step 2: Enter your topic on which you want to write LinkedIn post.
Step 3: Click on Sparkles icon to generate the post using ChatGPT
Step 4: Just wait for a few secons and see the magic happen.
Step 5: Edit as per your requirement and just hit the post button.

Privacy and Security:
We DO NOT store any user data or use it for any purpose, your data is 100% safe.                    

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

ชื่อ LinkedIn GPT Pro LinkedIn GPT Pro
ID ngigjiefmdoebbhacdimenldfckckgdm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-gpt-pro/ngigjiefmdoebbhacdimenldfckckgdm
คำอธิบาย Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2023-04-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://itsvg.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://itsvg.in
URL หน้าช่วยเหลือ https://www.linkedin.com/in/vishwagauravin/
URL หน้านโยบายความเป็นส่วนตัว https://curioai.itsvg.in/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn GPT Pro",
    "version": "1.0.1",
    "description": "Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time",
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/1.png",
                "assets\/2.png",
                "assets\/3.png",
                "assets\/4.png"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "24": "assets\/logo.png",
            "32": "assets\/logo.png"
        },
        "default_title": "LinkedIn GPT",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}