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ファイルをダウンロード

SayHi: ChatGPT for LinkedIn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}