SayHi: ChatGPT for LinkedIn
Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.
Vad är SayHi: ChatGPT for LinkedIn?
SayHi: ChatGPT for LinkedIn är en Chrome-tillägg utvecklad av https://sayhi.pro, och dess huvudfunktion är "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.".
Tilläggsskärmbilder
Ladda ner SayHi: ChatGPT for LinkedIn-förlängningens CRX-fil
Ladda ner SayHi: ChatGPT for LinkedIn-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | SayHi: ChatGPT for LinkedIn |
ID | oaejegifbclpalbidcdaionlpomdmeah |
Officiell webbadress | https://chromewebstore.google.com/detail/sayhi-chatgpt-for-linkedi/oaejegifbclpalbidcdaionlpomdmeah |
Beskrivning | Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages. |
Filstorlek | 557 KB |
Antal Installationer | 406 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2023-03-13 |
Publiceringsdatum | 2022-12-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://sayhi.pro |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://sayhi.pro |
URL till Sekretesspolicy Sidan | https://sayhi.pro/privacy |
Stödda Språk | 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" } } |