LinkedIn GPT Pro

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

什麼是LinkedIn GPT Pro?

LinkedIn GPT Pro是由http://itsvg.in開發的Chrome擴展程式,該擴展的主要功能是“Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載LinkedIn GPT Pro擴展crx文件

下載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
官方網址 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
}