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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}