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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}