ChatGPT for LinkedIn

Email and message generator for sales. Personality-based analysis and guidance for the perfect messaging based on LinkedIn profiles.

ChatGPT for LinkedIn क्या है?

ChatGPT for LinkedIn https://dealcode.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email and message generator for sales. Personality-based analysis and guidance for the perfect messaging based on LinkedIn profiles."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT for LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ChatGPT for Sales - made for LinkedIn - is a GPT-4 powered message generator. Dealcode has fine-tuned Open AI's GPT models with over 200 million sales data points and evidence-based research to get the most out of ChatGPT for your business.

Here's how it works:
Install the free Chrome extension and sign in via Google or LinkedIn
Run the Dealcode Profile Analyzer to find the perfect message-user match
Generate up to 3 personalized and high converting sales per profile

Who should install this app? ChatGPT for Sales is perfect for individual SDRs, BDRs, Sales Managers, Sales Leaders, Sales Teams, Business Owners and anyone who wants to attract new customers to their products and services.

What are the benefits of this application? ChatGPT for Sales helps you choose the right approach for each of your prospects. In a few seconds, we create a 100% customized message for each individual contact. Our app is easy to use, designed by sales experts and increases your productivity.

What are the use cases? Cold emails for sales outreach at scale, personalized emails and icebreakers, social media outreach and social selling.                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT for LinkedIn ChatGPT for LinkedIn
ID eeibpfgnekehoogipmbkaaibcobhdmkc
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-for-linkedin/eeibpfgnekehoogipmbkaaibcobhdmkc
विवरण Email and message generator for sales. Personality-based analysis and guidance for the perfect messaging based on LinkedIn profiles.
फ़ाइल का आकार 247 KB
स्थापना संख्या 1,115
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2023-02-26
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर https://dealcode.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.dealcode.ai/lp/sales-ai-message-generator
गोपनीयता नीति पृष्ठ URL https://www.dealcode.ai/legal/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT for LinkedIn",
    "version": "1.7.0",
    "description": "Email and message generator for sales. Personality-based analysis and guidance for the perfect messaging based on LinkedIn profiles.",
    "icons": {
        "32": "assets\/logos\/icon32.png",
        "70": "assets\/logos\/icon70.png",
        "144": "assets\/logos\/icon144.png",
        "150": "assets\/logos\/icon150.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.dealcode.ai\/*",
        "*:\/\/*.frontegg.com\/*",
        "http:\/\/localhost:3000\/*",
        "*:\/\/*.execute-api.eu-central-1.amazonaws.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/variables.js",
                "js\/general.js",
                "js\/authentication.js",
                "js\/onboarding.js",
                "js\/chat-overview.js",
                "js\/chat-details.js",
                "js\/settings.js",
                "js\/helper.js",
                "js\/eventlisteners.js"
            ],
            "css": [
                "styles\/dealcode-styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "menu.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "signup.html",
                "menu.html",
                "js\/*",
                "\/assets\/*",
                "\/styles\/*"
            ]
        }
    ]
}