Chatzy AI – Linkedin Assistant

A customizable One Click comment generator. Free to use !

What is Chatzy AI – Linkedin Assistant?

Chatzy AI – Linkedin Assistant is a Chrome extension developed by https://chatzy.ai, and its main feature is "A customizable One Click comment generator. Free to use !".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Chatzy AI – Linkedin Assistant Extension CRX File

Download Chatzy AI – Linkedin Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Individuals can use it to increase engagement and develop more meaningful connections.

Brands can utilize this tool to offer prompt and efficient responses to customer complaints, adhering to their internal guidelines. Ensuring timely, consistent, and high-quality interactions will strengthen and maintain a positive brand image.

🔑 Key Features:
1️⃣ One click comment generator with optimized default settings
2️⃣ Unlimited comments
3️⃣ Customize Tone and Intent
4️⃣ Customize your comment by providing context. You can write remarks, give perspectives, or simply copy & paste content from which you want GPT to take inspiration.
5️⃣ Generate comment replies, enabling you to further continue the conversation in comments
6️⃣ Create custom GPTs trained on your writing style, mimicking famous influencers, and adhering to your brand guidelines.

🛠️ Setup Process:
1️⃣ Click on 'Add to Chrome', accept permissions and you will be redirected to Chatzy AI login.
2️⃣ After logging in to Chatzy AI, you can head back to LinkedIn and start using the extension.

📘 How to use:
1️⃣ You can use optimized default settings, by just clicking on the Comment button to generate the comment.
2️⃣ To customize settings, click on the Chatzy AI setting icon in your comment box. You can customize the comment by selecting/providing
a. GPT
b. Tone
c. Intent
d. Context.
3️⃣ Select GPT: In the free plan “Select GPT” is disabled and set to GPT 3.5 by default. Whereas in the paid plan you also have option to select a custom GPT.
4️⃣ Select Tone from drop down
5️⃣ Select Intent from drop down
6️⃣ Provide Context

Starter Plan (GPT 3.5) is always free!!

💰 Pricing and Plans:
Chatzy AI offers various pricing options and subscription plans, allowing you to choose the best fit for your needs and budget.
1️⃣ Starter Plan: Always free, works on GPT 3.5.
2️⃣ Basic Plan: Use Chatzy AI no-code platform to create custom bots trained on your data. Uses GPT 4.0.

🚀 Benefits:
Using Chatzy AI - LinkedIn Assistant can significantly enhance your LinkedIn experience and professional networking strategy.
1️⃣ Efficient Engagement: Quickly generate responses and increase engagement.
2️⃣ Enhanced Quality of Interactions: Produce relevant and thoughtful comments.
3️⃣ Personalization: Customize responses to maintain authenticity.
4️⃣ Consistency in Engagement: Maintain a regular presence with quality interactions.
5️⃣ Ease of Use: User-friendly interface and quick learning curve.
6️⃣ Innovative Edge: Leverage the latest AI technology.
7️⃣ Growth Opportunities: Engage meaningfully for collaboration and business opportunities.

📪 Contact us:
Any questions or suggestions? Please contact us at 💌 [email protected] or [email protected].                    

Extension Basic Information

Name Chatzy AI – Linkedin Assistant Chatzy AI – Linkedin Assistant
ID kjffpdeflcpflmilnjgfhiheonjnalfo
Official URL https://chromewebstore.google.com/detail/chatzy-ai-%E2%80%93-linkedin-assi/kjffpdeflcpflmilnjgfhiheonjnalfo
Description A customizable One Click comment generator. Free to use !
File Size 507 KB
Installation Count 216
Current Version 6.3.1
Last Updated 2024-03-04
Publish Date 2023-03-28
Rating 5.00/5 Total 8 Ratings
Developer https://chatzy.ai
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.chatzy.ai/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chatzy AI \u2013 Linkedin Assistant",
    "description": "A customizable One Click comment generator. Free to use !",
    "version": "6.3.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon_32.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "tabs"
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.chatzy.ai\/*"
        ]
    }
}