SalesPrompter | ChatGPT™ for LinkedIn™

Create hyper-personalized LinkedIn messages using GPT-4

Τι είναι το SalesPrompter | ChatGPT™ for LinkedIn™;

Το SalesPrompter | ChatGPT™ for LinkedIn™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://salesprompter.ai, και η κύρια λειτουργία του είναι "Create hyper-personalized LinkedIn messages using GPT-4".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SalesPrompter | ChatGPT™ for LinkedIn™

Λήψη αρχείων επέκτασης SalesPrompter | ChatGPT™ for LinkedIn™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SalesPrompter | ChatGPT™ for LinkedIn™ SalesPrompter | ChatGPT™ for LinkedIn™
ID pfmbhdbhllglinbdgfckkajcfcabeknl
Επίσημο URL https://chromewebstore.google.com/detail/salesprompter-chatgpt-for/pfmbhdbhllglinbdgfckkajcfcabeknl
Περιγραφή Create hyper-personalized LinkedIn messages using GPT-4
Μέγεθος Αρχείου 271 KB
Αριθμός Εγκαταστάσεων 119
Τρέχουσα Έκδοση 0.1.5
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2023-04-11
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://salesprompter.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.linkedgpt.app/privacy-policy
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}