ReplyGPT

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

Cos'è ReplyGPT?

ReplyGPT è un'estensione di Chrome sviluppata da https://replygpt.com, e la sua funzione principale è "AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ReplyGPT

Scarica i file di estensione ReplyGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ReplyGPT ReplyGPT
ID hjebfjjlollikihnildcmomfkpiejoip
URL Ufficiale https://chromewebstore.google.com/detail/replygpt/hjebfjjlollikihnildcmomfkpiejoip
Descrizione AI-powered media assistant. Save time by letting AI write your comments. Works with Facebook, LinkedIn, Reddit, Quora and more
Dimensione del File 1.04 MB
Conteggio Installazioni 85
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-11-27
Data di Pubblicazione 2023-06-03
Sviluppatore https://replygpt.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.replygpt.com
URL della Pagina di Aiuto https://www.replygpt.com/contact-us
URL della Pagina della Politica sulla Privacy https://www.replygpt.com/privacy-policy
Lingue Supportate 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';"
    }
}