ChatGPT for Email - Remail

An AI-powered Chrome extension that helps you write better emails faster.

ChatGPT for Email - Remail क्या है?

ChatGPT for Email - Remail https://remail.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An AI-powered Chrome extension that helps you write better emails faster."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT for Email - Remail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Remail is a chrome extension for gmail that allows you to easily compose and reply to emails by clicking on a single button that the extension overlays such as "positive", "negative" or even use your own reply as a summary. You can also train Remail to generate emails based on your own sources including FAQ, Knowledge Base,..etc.

Download the Extension and sign up on Remail.ai to start writing better emails, faster.                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT for Email - Remail ChatGPT for Email - Remail
ID jjplpolfahlhoodebebfjdbpcbopcmlk
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-for-email-remail/jjplpolfahlhoodebebfjdbpcbopcmlk
विवरण An AI-powered Chrome extension that helps you write better emails faster.
फ़ाइल का आकार 1.39 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.1.3
अंतिम अपडेट 2023-12-19
प्रकाशन तिथि 2022-11-19
रेटिंग 4.79/5 कुल 38 रेटिंग्स
डेवलपर https://remail.ai
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://remail.ai
सहायता पृष्ठ URL https://remail.ai/terms-of-service
गोपनीयता नीति पृष्ठ URL https://remail.ai/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT for Email - Remail",
    "short_name": "Remail",
    "version": "2.1.3",
    "description": "An AI-powered Chrome extension that helps you write better emails faster.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/remail.ai\/"
    ],
    "icons": {
        "128": "public\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/inboxsdk.js-loader.13dcf2ba.js",
                "assets\/index.tsx-loader.1b879cda.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.0a243782.css"
            ]
        },
        {
            "js": [
                "assets\/index.ts-loader.c1bc3050.js"
            ],
            "matches": [
                "https:\/\/*.remail.ai\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "inboxsdk.js",
                "pageWorld.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [],
            "resources": [
                "icon-128.png",
                "fonts\/*.ttf",
                "icons\/*.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/inboxsdk.js.8c5327bc.js",
                "assets\/constants.8f8267df.js",
                "assets\/package.7e828b4f.js",
                "assets\/index.tsx.b43d76b1.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/*.remail.ai\/*"
            ],
            "resources": [
                "assets\/package.7e828b4f.js",
                "assets\/index.ts.d1b5e081.js"
            ],
            "use_dynamic_url": true
        }
    ]
}