ReplyGPT

AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more

什么是ReplyGPT?

ReplyGPT是由https://replygpt.com开发的Chrome扩展程序,该扩展的主要功能是“AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more”。

扩展截图

screenshot
screenshot

下载ReplyGPT扩展crx文件

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

扩展使用说明

                        ReplyGPT is an advanced AI-powered Chrome extension that revolutionizes your social media experience. 

With ReplyGPT, you can effortlessly engage and interact across platforms such as Facebook, LinkedIn, Reddit, Twitter, Quora, and more. 

Save time and boost your productivity as ReplyGPT intelligently generates context-aware and engaging responses to comments from other users.

Experience the convenience of AI assistance as ReplyGPT takes care of writing personalized and insightful comments on your behalf.

Enhance your online interactions, increase engagement, and unlock the full potential of social communication with ReplyGPT – your ultimate AI companion.                    

扩展基本信息

名称 ReplyGPT ReplyGPT
ID hjebfjjlollikihnildcmomfkpiejoip
官方URL https://chromewebstore.google.com/detail/replygpt/hjebfjjlollikihnildcmomfkpiejoip
简介 AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more
文件大小 1.04 MB
安装次数 85
当前版本 1.2.0
更新时间 2023-11-27
上架时间 2023-06-03
开发者 https://replygpt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.replygpt.com
帮助页面URL https://www.replygpt.com/contact-us
隐私政策页面URL https://www.replygpt.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReplyGPT",
    "version": "1.2.0",
    "description": "AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "cookies"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/ai_talk2.png",
            "48": "assets\/icons\/ai_talk2.png",
            "128": "assets\/icons\/ai_talk2.png",
            "256": "assets\/icons\/ai_talk2.png"
        }
    },
    "host_permissions": [
        "https:\/\/www.replygpt.com\/*",
        "https:\/\/api.replygpt.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.quora.com\/*",
        "*:\/\/*.twitter.com\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/sra_common.css",
                "css\/sra_linkedin.css",
                "css\/sra_facebook.css",
                "css\/sra_slack.css",
                "css\/sra_reddit.css",
                "css\/sra_quora.css",
                "css\/sra_twitter.css",
                "assets\/ai_talk.png",
                "assets\/ai_talk20.png",
                "assets\/ai_talk20.svg",
                "assets\/ai_talk1.svg",
                "assets\/ai_talk2.svg",
                "assets\/fonts\/RacingSansOne-Regular.woff2",
                "assets\/fonts\/RacingSansOne-Regular.woff",
                "assets\/trashcan-black.svg",
                "assets\/trashcan-green.svg",
                "assets\/info.svg",
                "assets\/smiley.svg"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "assets\/icons\/ai_talk2.png",
        "48": "assets\/icons\/ai_talk2.png",
        "128": "assets\/icons\/ai_talk2.png",
        "256": "assets\/icons\/ai_talk2.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}