Classway - Chat GPT Humanizer

The fun, easy and effective way to complete homework.

Classway - Chat GPT Humanizer란 무엇입니까?

Classway - Chat GPT Humanizer은(는) classwayai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fun, easy and effective way to complete homework."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Classway - Chat GPT Humanizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}