Clarity AI

Quickly and easily set up auto-replies to messages you receive, saving you time and effort in responding to messages.

什么是Clarity AI?

Clarity AI是由Code From Anywhere开发的Chrome扩展程序,该扩展的主要功能是“Quickly and easily set up auto-replies to messages you receive, saving you time and effort in responding to messages.”。

扩展截图

screenshot
screenshot

下载Clarity AI扩展crx文件

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

扩展使用说明

                        Introducing our new Chrome extension, designed to make your LinkedIn messaging experience even easier and more efficient. With our extension, you no longer need to spend time thinking about how to craft the perfect response to your LinkedIn messages. Our advanced technology uses GPT-3, one of the most advanced natural language processing tools available, to generate responses for you based on your recent LinkedIn message history.

Our extension reads your last couple of LinkedIn messages and then generates a response that matches the tone and content of your previous messages, saving you time and effort. Whether you're responding to a job offer, networking with a new contact, or following up on a conversation, our extension can help you quickly and easily craft a response that will impress your recipients.

Our extension is perfect for busy professionals who want to save time while still maintaining a professional tone in their LinkedIn messages. Try our extension today and experience the convenience and efficiency of automated message responses powered by GPT-3!                    

扩展基本信息

名称 Clarity AI Clarity AI
ID oocjbppnakjplkgkcpiaobafeedefhdn
官方URL https://chromewebstore.google.com/detail/clarity-ai/oocjbppnakjplkgkcpiaobafeedefhdn
简介 Quickly and easily set up auto-replies to messages you receive, saving you time and effort in responding to messages.
文件大小 402 KB
安装次数 28
当前版本 1.0.2
更新时间 2023-03-24
上架时间 2023-02-28
评分 5.00/5 共1次评分
开发者 Code From Anywhere
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://privacy-policy.codefromanywhere.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly and easily set up auto-replies to messages you receive, saving you time and effort in responding to messages.",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Clarity AI",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "background",
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "devtools_page": "devtools.html"
}