Classway - Chat GPT Humanizer

The fun, easy and effective way to complete homework.

Qu'est-ce que Classway - Chat GPT Humanizer ?

Classway - Chat GPT Humanizer est une extension Chrome développée par classwayai, et sa fonction principale est "The fun, easy and effective way to complete homework.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Classway - Chat GPT Humanizer

Téléchargez les fichiers d'extension Classway - Chat GPT Humanizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Classway - Chat GPT Humanizer Classway - Chat GPT Humanizer
ID fncncmmblgfpfcpgljeajfhldekbpbjo
URL Officiel https://chromewebstore.google.com/detail/classway-chat-gpt-humaniz/fncncmmblgfpfcpgljeajfhldekbpbjo
Description The fun, easy and effective way to complete homework.
Taille du Fichier 259 KB
Nombre d'Installations 583
Version Actuelle 1.0.6
Dernière Mise à Jour 2024-02-14
Date de Publication 2023-11-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur classwayai
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.classway.ai/
URL de la Page de Politique de Confidentialité https://www.classway.ai/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}