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
电子邮箱 [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"
    }
}