SalesPrompter | ChatGPT™ for LinkedIn™

Create hyper-personalized LinkedIn messages using GPT-4

Vad är SalesPrompter | ChatGPT™ for LinkedIn™?

SalesPrompter | ChatGPT™ for LinkedIn™ är en Chrome-tillägg utvecklad av https://salesprompter.ai, och dess huvudfunktion är "Create hyper-personalized LinkedIn messages using GPT-4".

Tilläggsskärmbilder

screenshot

Ladda ner SalesPrompter | ChatGPT™ for LinkedIn™-förlängningens CRX-fil

Ladda ner SalesPrompter | 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

                        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!                    

Grundläggande Information om Tillägg

Namn SalesPrompter | ChatGPT™ for LinkedIn™ SalesPrompter | ChatGPT™ for LinkedIn™
ID pfmbhdbhllglinbdgfckkajcfcabeknl
Officiell webbadress https://chromewebstore.google.com/detail/salesprompter-chatgpt-for/pfmbhdbhllglinbdgfckkajcfcabeknl
Beskrivning Create hyper-personalized LinkedIn messages using GPT-4
Filstorlek 271 KB
Antal Installationer 119
Aktuell Version 0.1.5
Senast Uppdaterad 2024-02-21
Publiceringsdatum 2023-04-11
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://salesprompter.ai
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.linkedgpt.app/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}