Passed.ai Extension beta

Passed.ai Extension beta

Apa itu Passed.ai Extension beta?

Passed.ai Extension beta adalah ekstensi Chrome yang dikembangkan oleh https://passed.ai, dan fitur utamanya adalah "Passed.ai Extension beta".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Passed.ai Extension beta

Unduh file ekstensi Passed.ai Extension beta dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Passed.AI allows academic institutions to prove that submitted work is either student or AI generated. By combining both AI detection and an audit report of document revisions, Passed.AI is the only tool that provides an enforceable level of detection.

HOW IT WORKS:

Passed.AI works with any Google Doc to which a teacher has Edit access. Our Chrome extension shows the probability that a document was generated by AI, along with a Document History Audit that lets teachers “watch” a student write the text.

1. Student Submits Work as a Google Document
Passed.AI requires work to be submitted in Google Document format with edit access. No additional software is required for the student. 

2. Passed.AI Analyzes the Document
Teachers click on the Passed.AI button within the Google Document. Passed.AI then analyzes the text and creates a detailed Human vs AI report.

3. Receive Audit Report and “Watch” Student Write
Receive an AI probability score. Plus, teachers are able to watch as the document is created based on the revision history. The final report provides an enforceable level of certainty on the true source of the text.

AI Trained to Recognize AI Generated Text
Passed.AI uses leading AI models trained on all popular NLP models to predict if written text was AI or student created. Receive a probability that the work was student or AI created.

94%+ accurate on ChatGPT created text

Trained on GPT-3, GPT-3.5, GPT-2, GPT-J, GPT-NEO

Quick and accurate scoring

Use without leaving Google Docs

“Replay” How Your Students Wrote Their Papers
AI Detection alone is NOT enforceable. Combining AI detection with a Document History Audit provides unparalleled confidence. All you need is edit access to the Google document the student submitted and Passed.AI can provide you a detailed audit. This audit allows you to…

“Replay” at 10x speed

See the number of contributors and the size of their contributions to the text

See if the words/minute were natural or not

No software for your students to install

Secure
We take security seriously with military grade 256 bit encryption. Your account and information is secure.

Affordable for Teachers
Passed.AI is priced with teachers in mind. We want to make this tool and workflow available to all teachers, regardless of your institution’s readiness to adopt.

Easy to Get Started
Whether you are a solo teacher questioning one paper or responsible for technology implementation at a top 100 university, you can try out Passed.AI today.

LMS Integration
(future) Push results from Passed.AI audit into your LMS using our REST API.

Passed.AI works with any Google Doc to which a teacher has Edit access. Our Chrome extension shows the probability that a document was generated by AI, along with a Document History Audit that lets teachers “watch” a student write the text.                    

Informasi Dasar Ekstensi

Nama Passed.ai Extension beta Passed.ai Extension beta
ID nmkodlgnddendacmkpghbnjmaknnegfo
URL Resmi https://chromewebstore.google.com/detail/passedai-extension-beta/nmkodlgnddendacmkpghbnjmaknnegfo
Deskripsi Passed.ai Extension beta
Ukuran File 714 KB
Jumlah Instalasi 1,230
Versi Saat Ini 0.0.7.4
Terakhir Diperbarui 2023-07-28
Tanggal Publikasi 2023-02-27
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://passed.ai
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://passed.ai/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Passed.ai Extension beta",
    "short_name": "Passed.ai Extension beta",
    "description": "Passed.ai Extension beta",
    "version": "0.0.7.4",
    "action": {
        "default_popup": ".\/src\/popup\/public\/index.html"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "1074435050373-jov22obdt6cfk01c4ejtc9hpvifqrfbi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "48": "passedai_logo48.png",
        "128": "192x192.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/injected-script.js",
                "styles\/injected-styles.css",
                "favicon-32x32.png",
                "ajax-loader.gif",
                "scan_logo.png",
                "passed-shield.png",
                "inline-shield-bluename.png",
                "logo.webp"
            ],
            "matches": [
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "serviceWorker\/background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofrQgo0dQiCotLo927lyKKQgnhWCtErSsYqqIFNObVi55CsFMSNKUKsBH8T3m2KQd18z6yocSV8sG\/75psdzOX5QESLN3+eIDW\/Csj\/i\/cQk336DVsH29TwjuLhuI9+zO2fI77Lq+o0FyMRpMCyWN1dwfUzD8ZtiINQ4F6rmjQtlbe1MHT+sfNwefmqTf6nlFikyw8zGHZrNHaDhqv\/uGap2vJhvFkaSJmWUeqeT4ix8jaGPOToxC+j3ioh2L+9CiyAIgQi80wZD4z8qtZca8a4L1VmgpdcwMouHgZlWNb7sFq30XDyn9sFjNrAZ5M63OQXJ2tejlCpF5QQsWe6F5wIDAQAB"
}