ReplyGPT

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

Vad är ReplyGPT?

ReplyGPT är en Chrome-tillägg utvecklad av https://replygpt.com, och dess huvudfunktion är "AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ReplyGPT-förlängningens CRX-fil

Ladda ner ReplyGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ReplyGPT ReplyGPT
ID hjebfjjlollikihnildcmomfkpiejoip
Officiell webbadress https://chromewebstore.google.com/detail/replygpt/hjebfjjlollikihnildcmomfkpiejoip
Beskrivning AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more
Filstorlek 1.04 MB
Antal Installationer 85
Aktuell Version 1.2.0
Senast Uppdaterad 2023-11-27
Publiceringsdatum 2023-06-03
Utvecklare https://replygpt.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.replygpt.com
Hjälpsida URL https://www.replygpt.com/contact-us
URL till Sekretesspolicy Sidan https://www.replygpt.com/privacy-policy
Stödda Språk 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';"
    }
}