Chatzy AI – Linkedin Assistant

A customizable One Click comment generator. Free to use !

什么是Chatzy AI – Linkedin Assistant?

Chatzy AI – Linkedin Assistant是由https://chatzy.ai开发的Chrome扩展程序,该扩展的主要功能是“A customizable One Click comment generator. Free to use !”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Chatzy AI – Linkedin Assistant扩展crx文件

下载Chatzy AI – Linkedin Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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].                    

扩展基本信息

名称 Chatzy AI – Linkedin Assistant Chatzy AI – Linkedin Assistant
ID kjffpdeflcpflmilnjgfhiheonjnalfo
官方URL https://chromewebstore.google.com/detail/chatzy-ai-%E2%80%93-linkedin-assi/kjffpdeflcpflmilnjgfhiheonjnalfo
简介 A customizable One Click comment generator. Free to use !
文件大小 507 KB
安装次数 216
当前版本 6.3.1
更新时间 2024-03-04
上架时间 2023-03-28
评分 5.00/5 共8次评分
开发者 https://chatzy.ai
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.chatzy.ai/privacy-policy
支持的语言 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\/*"
        ]
    }
}