Compozee - ChatGPT Email Writer

Compozee - ChatGPT Powered Email Writer

Compozee - ChatGPT Email Writer क्या है?

Compozee - ChatGPT Email Writer https://www.compozee.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compozee - ChatGPT Powered Email Writer"।

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

screenshot
screenshot
screenshot

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

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

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

                        Compozee is the AI assistant powered by Chat GPT that takes your writing to the next level.

Why Compozee:

⏱️Unlimited Access - Write as many emails as you need without capacity issues.

✉️Fine-tuned for Emails - Compozee is fine-tuned specifically for email communication.

😇Easy to Use - Write better emails with ease, thanks to our intuitive and user-friendly interface.


Benefits:

⌛Save time: No more spending hours agonizing over the perfect email. Compozee's AI takes care of the heavy lifting, leaving you free to focus on what really matters.

💻Boost your confidence: Writing the perfect email can be daunting, especially if you're not a natural wordsmith. Compozee's is designed to help you feel more confident in your writing.

⬆️Improve your results: Whether you're trying to land a new job, win a new client, or simply stay in touch with your contacts, Compozee can help you achieve your goals by ensuring that your emails are clear, concise, and effective.

📜News in popup: Compozee provides a news popup that displays information about the most recent product releases and improvements. This allows users to stay informed about new features and updates without having to leave their current browsing session.

Website: www.compozee.com
Privacy Policy: https://www.compozee.com/privacy-policy                    

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

नाम Compozee - ChatGPT Email Writer Compozee - ChatGPT Email Writer
ID efdaknaaolieooijnaeohnbcafcogmco
आधिकारिक URL https://chromewebstore.google.com/detail/compozee-chatgpt-email-wr/efdaknaaolieooijnaeohnbcafcogmco
विवरण Compozee - ChatGPT Powered Email Writer
फ़ाइल का आकार 5.3 MB
स्थापना संख्या 64
वर्तमान संस्करण 1.7
अंतिम अपडेट 2023-03-30
प्रकाशन तिथि 2023-03-07
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://www.compozee.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://compozee.com/
सहायता पृष्ठ URL https://compozee.com/support
गोपनीयता नीति पृष्ठ URL https://www.compozee.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Compozee - ChatGPT Email Writer",
    "version": "1.7",
    "description": "Compozee - ChatGPT Powered Email Writer",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "action": {
        "default_title": "Compozee",
        "default_popup": "index.html",
        "default_enabled": true,
        "default_icon": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        }
    },
    "icons": {
        "16": "get_started16.png",
        "32": "get_started32.png",
        "48": "get_started48.png",
        "128": "get_started128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailcontent.js",
                "jquery.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "modalview.html",
                "rewriteModalView.html",
                "get_started48.png",
                "welcome.jpg",
                "website.jpg",
                "full-logo-without-icon.png"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}