SayHi: ChatGPT for LinkedIn
Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.
Cos'è SayHi: ChatGPT for LinkedIn?
SayHi: ChatGPT for LinkedIn è un'estensione di Chrome sviluppata da https://sayhi.pro, e la sua funzione principale è "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SayHi: ChatGPT for LinkedIn
Scarica i file di estensione SayHi: ChatGPT for LinkedIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SayHi: ChatGPT for LinkedIn |
ID | oaejegifbclpalbidcdaionlpomdmeah |
URL Ufficiale | https://chromewebstore.google.com/detail/sayhi-chatgpt-for-linkedi/oaejegifbclpalbidcdaionlpomdmeah |
Descrizione | Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages. |
Dimensione del File | 557 KB |
Conteggio Installazioni | 406 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2023-03-13 |
Data di Pubblicazione | 2022-12-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://sayhi.pro |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://sayhi.pro |
URL della Pagina della Politica sulla Privacy | https://sayhi.pro/privacy |
Lingue Supportate | 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" } } |