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
Eメール [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';"
    }
}