SayHi: ChatGPT for LinkedIn

Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.

SayHi: ChatGPT for LinkedIn란 무엇입니까?

SayHi: ChatGPT for LinkedIn은(는) https://sayhi.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SayHi: ChatGPT for LinkedIn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Write personalized, insightful, and relevant LinkedIn intro messages about anything in just one click.

SayHi leverages AI to learn about your recipient's background and curate the right message, from advertising your product or service, to hiring a rockstar teammate, to growing your community, and to grabbing coffee with someone new.

Simply log in through LinkedIn, visit another user's profile, and click a button.

Questions? Email us at [email protected].

SayHi is not affiliated with LinkedIn.                    

확장 프로그램 기본 정보

이름 SayHi: ChatGPT for LinkedIn SayHi: ChatGPT for LinkedIn
ID oaejegifbclpalbidcdaionlpomdmeah
공식 URL https://chromewebstore.google.com/detail/sayhi-chatgpt-for-linkedi/oaejegifbclpalbidcdaionlpomdmeah
설명 Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.
파일 크기 557 KB
설치 횟수 406
현재 버전 0.2.0
최근 업데이트 2023-03-13
출시 날짜 2022-12-30
평점 5.00/5 총 1 개의 평점
개발자 https://sayhi.pro
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://sayhi.pro
개인정보 보호 정책 페이지 URL https://sayhi.pro/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SayHi: ChatGPT for LinkedIn",
    "description": "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.",
    "version": "0.2.0",
    "author": "[email protected]",
    "manifest_version": 3,
    "action": {
        "default_title": "SayHi",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/sayhi.pro\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}