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
Eメール [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\/*"
        ]
    }
}