SayHi: ChatGPT for LinkedIn

Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.

Was ist SayHi: ChatGPT for LinkedIn?

SayHi: ChatGPT for LinkedIn ist eine Chrome-Erweiterung, die von https://sayhi.pro entwickelt wurde, und ihr Hauptmerkmal ist "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SayHi: ChatGPT for LinkedIn-Erweiterungs-CRX-Datei herunterladen

Laden Sie SayHi: ChatGPT for LinkedIn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SayHi: ChatGPT for LinkedIn SayHi: ChatGPT for LinkedIn
ID oaejegifbclpalbidcdaionlpomdmeah
Offizielle URL https://chromewebstore.google.com/detail/sayhi-chatgpt-for-linkedi/oaejegifbclpalbidcdaionlpomdmeah
Beschreibung Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.
Dateigröße 557 KB
Installationsanzahl 406
Aktuelle Version 0.2.0
Letztes Update 2023-03-13
Veröffentlichungsdatum 2022-12-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://sayhi.pro
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://sayhi.pro
URL der Datenschutzrichtlinien-Seite https://sayhi.pro/privacy
Unterstützte Sprachen 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"
    }
}