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은(는) extendlinkedin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Introducing ChatGPT for LinkedIn – the tool that enhances your LinkedIn with ChatGPT. It helps you write posts and comments."입니다.
확장 프로그램 스크린샷
LinkedGPT: ChatGPT for LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |