SayHi: ChatGPT for LinkedIn

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

Qu'est-ce que SayHi: ChatGPT for LinkedIn ?

SayHi: ChatGPT for LinkedIn est une extension Chrome développée par https://sayhi.pro, et sa fonction principale est "Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SayHi: ChatGPT for LinkedIn

Téléchargez les fichiers d'extension SayHi: ChatGPT for LinkedIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SayHi: ChatGPT for LinkedIn SayHi: ChatGPT for LinkedIn
ID oaejegifbclpalbidcdaionlpomdmeah
URL Officiel https://chromewebstore.google.com/detail/sayhi-chatgpt-for-linkedi/oaejegifbclpalbidcdaionlpomdmeah
Description Embed ChatGPT into Linkedin to write personalized, insightful, and relevant intro messages.
Taille du Fichier 557 KB
Nombre d'Installations 406
Version Actuelle 0.2.0
Dernière Mise à Jour 2023-03-13
Date de Publication 2022-12-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sayhi.pro
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://sayhi.pro
URL de la Page de Politique de Confidentialité https://sayhi.pro/privacy
Langues Prises en Charge 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"
    }
}