SalesPrompter | ChatGPT™ for LinkedIn™

Create hyper-personalized LinkedIn messages using GPT-4

什麼是SalesPrompter | ChatGPT™ for LinkedIn™?

SalesPrompter | ChatGPT™ for LinkedIn™是由https://salesprompter.ai開發的Chrome擴展程式,該擴展的主要功能是“Create hyper-personalized LinkedIn messages using GPT-4”。

擴展截圖

screenshot

下載SalesPrompter | ChatGPT™ for LinkedIn™擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}