SalesPrompter | ChatGPT™ for LinkedIn™

Create hyper-personalized LinkedIn messages using GPT-4

Was ist SalesPrompter | ChatGPT™ for LinkedIn™?

SalesPrompter | ChatGPT™ for LinkedIn™ ist eine Chrome-Erweiterung, die von https://salesprompter.ai entwickelt wurde, und ihr Hauptmerkmal ist "Create hyper-personalized LinkedIn messages using GPT-4".

Erweiterungsscreenshots

screenshot

SalesPrompter | ChatGPT™ for LinkedIn™-Erweiterungs-CRX-Datei herunterladen

Laden Sie SalesPrompter | 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

                        SalesPrompter: Revolutionizing LinkedIn Networking

Designed for all frequent LinkedIn users, SalesPrompter harnesses the power of OpenAI's GPT-4 model to automate the creation of personalized outreach messages. This powerful tool elevates your networking efficiency, regardless of your professional role or industry.

Amplify Your Outreach With SalesPrompter:

✓ Automated Messaging: Whether you're a sales executive, recruiter, freelancer, or a growth hacker, save time drafting messages and spend more time building valuable professional relationships.

✓ AI-Driven Personalization: Improve your networking success rates with outreach messages tailored to each recipient's job title and professional background.

✓ Smart Connection Requests: Automatically generates personalized connection request notes or messages depending on the connection degree, enhancing your first point of contact.

Maximize Your Networking Potential:

✓ LinkedIn Integration: Seamlessly integrates a 'SalesPrompter' section into LinkedIn profiles for a user-friendly experience.

✓ Editable Messaging Workflow: Allows full control over AI-generated messages with an editable field for instant customizations.

✓ Multi-Lingual Support: Break language barriers with auto-detection and use of the recipient's preferred language.

Unleash Advanced Features:

✓ Adaptive Functionality: Rapidly adjusts to LinkedIn's layout changes, ensuring a smooth user experience.

✓ Enhanced Profile Analysis: Uses AI to quickly understand a person's career trajectory, current role, and potential value to your network.

✓ Follow-Up Message Support: Crafts effective follow-up messages based on initial responses, maintaining conversation momentum.

✓ Flexible Subscription Management: Tailors your subscription directly from the browser popup, aligning with your networking needs.

Experience the Power of SalesPrompter Today:

Join the AI revolution in professional networking. Begin your free trial today, and witness firsthand how SalesPrompter can supercharge your outreach strategy, foster meaningful professional relationships, and save valuable time. Try SalesPrompter now!                    

Grundlegende Informationen zur Erweiterung

Name SalesPrompter | ChatGPT™ for LinkedIn™ SalesPrompter | ChatGPT™ for LinkedIn™
ID pfmbhdbhllglinbdgfckkajcfcabeknl
Offizielle URL https://chromewebstore.google.com/detail/salesprompter-chatgpt-for/pfmbhdbhllglinbdgfckkajcfcabeknl
Beschreibung Create hyper-personalized LinkedIn messages using GPT-4
Dateigröße 271 KB
Installationsanzahl 119
Aktuelle Version 0.1.5
Letztes Update 2024-02-21
Veröffentlichungsdatum 2023-04-11
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://salesprompter.ai
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.linkedgpt.app/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Create hyper-personalized LinkedIn messages using GPT-4",
    "version": "0.1.5",
    "manifest_version": 3,
    "name": "SalesPrompter | ChatGPT\u2122 for LinkedIn\u2122",
    "permissions": [
        "storage",
        "cookies",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "injectScript.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}