Classway - Chat GPT Humanizer

The fun, easy and effective way to complete homework.

Classway - Chat GPT Humanizer क्या है?

Classway - Chat GPT Humanizer classwayai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fun, easy and effective way to complete homework."।

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

screenshot
screenshot

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

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

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

                        Classway is an innovative Chrome extension crafted to empower students with state-of-the-art AI assistance for completing assignments efficiently and effectively. By seamlessly blending into the user's learning environment, Classway offers a suite of tools that transform AI-generated content into indistinguishably human-like prose. Its core features include an AI Humanizer that rephrases responses with a scholarly tone, an Answer Assistant that provides immediate, contextually accurate answers to highlighted questions, and a customizable Highlight Mode for tailored response lengths and details.

Moreover, Classway includes a sophisticated Essay Writer that assists in structuring and refining academic essays, alongside a versatile Content Rewriter for enhancing originality and clarity in student submissions. Operating directly within the active tab, Classway integrates deeply with the student's research process, allowing for uninterrupted workflow and productivity.

The extension is designed with user privacy and data security as paramount, requesting only essential permissions to function. This ensures that while it offers comprehensive academic support, it remains unobtrusive and secure. Classway's commitment to educational integrity is reflected in its meticulous adherence to privacy standards, safeguarding user data while providing a premium educational experience.                    

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

नाम Classway - Chat GPT Humanizer Classway - Chat GPT Humanizer
ID fncncmmblgfpfcpgljeajfhldekbpbjo
आधिकारिक URL https://chromewebstore.google.com/detail/classway-chat-gpt-humaniz/fncncmmblgfpfcpgljeajfhldekbpbjo
विवरण The fun, easy and effective way to complete homework.
फ़ाइल का आकार 259 KB
स्थापना संख्या 583
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2023-11-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर classwayai
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.classway.ai/
गोपनीयता नीति पृष्ठ URL https://www.classway.ai/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classway - Chat GPT Humanizer",
    "description": "The fun, easy and effective way to complete homework.",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "svg\/*.svg",
                "png\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}