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.”。
擴展截圖
下載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 |
ID | oaejegifbclpalbidcdaionlpomdmeah |
官方網址 | 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" } } |