Chatzy AI – Linkedin Assistant

A customizable One Click comment generator. Free to use !

O que é Chatzy AI – Linkedin Assistant?

Chatzy AI – Linkedin Assistant é uma extensão do Chrome desenvolvida por https://chatzy.ai, e sua principal característica é "A customizable One Click comment generator. Free to use !".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chatzy AI – Linkedin Assistant

Baixe arquivos de extensão Chatzy AI – Linkedin Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Chatzy AI – Linkedin Assistant Chatzy AI – Linkedin Assistant
ID kjffpdeflcpflmilnjgfhiheonjnalfo
URL Oficial https://chromewebstore.google.com/detail/chatzy-ai-%E2%80%93-linkedin-assi/kjffpdeflcpflmilnjgfhiheonjnalfo
Descrição A customizable One Click comment generator. Free to use !
Tamanho do Arquivo 507 KB
Contagem de Instalações 216
Versão Atual 6.3.1
Última Atualização 2024-03-04
Data de Publicação 2023-03-28
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://chatzy.ai
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.chatzy.ai/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}