Cheat Together

Enables to clone a test and colaboratively solve and fill answers and autofill the original test

Cheat Togetherคืออะไร?

Cheat Together เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cheattogether.study และคุณลักษณะหลักของมันคือ "Enables to clone a test and colaboratively solve and fill answers and autofill the original test"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cheat Together

ดาวน์โหลดไฟล์ส่วนขยาย Cheat Together ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you struggling with online tests? And is it difficult to solve in time? Sharing answers with your friends has become difficult?

If yes, Then Cheat together is the perfect service for you. Cheat Together is an open-source platform that enables you to solve tests with your friends in a group. Everyone can solve together in a page similar to shared google docs. Changes made by you are reflected on everyone’s test page. After answering the questions, everyone can autofill their actual tests (even if questions or options are shuffled). 

Dividing questions among members of your group save time. Get more out of the test; in a group, and it is less likely that no one knows an answer. Everyone in the group gets the same score and is higher than most solo test solvers.

🚀 Features
  ⭐️ Create your custom test servers
  ⭐️ Solve tests with your friends in real-time
  ⭐️ Autofill original test with the collaborated answers

  ⭐️ answers are shared, changes you make are reflected in everyone’s page (similar to google docs)
  ⭐️ works with shuffled questions 
  ⭐️ works with shuffled options
  ⭐️ timer alert
  ⭐️ Question navigator
  ⭐️ visualize attempted questions and questions that need review with colors
  ⭐️ link to the original test is present at the top of the page
  ⭐️⭐️ Its Free

🚀 Supported Platforms
  ⭐️ MS Forms direct link
  ⭐️ MS forms embedded within MS teams page or MS teams Assignment  (visit website for more info)
  ⭐️ Google Forms support will be coming soon...

   --------------------------------------------------------------------------------
  join discord : https://discord.gg/JdqzVDeDMR                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cheat Together Cheat Together
ID pkekcniaopijedaodphaganobimiokdg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cheat-together/pkekcniaopijedaodphaganobimiokdg
คำอธิบาย Enables to clone a test and colaboratively solve and fill answers and autofill the original test
ขนาดไฟล์ 38.47 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 1.15
อัปเดตครั้งล่าสุด 2021-12-11
วันที่เผยแพร่ 2021-12-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://cheattogether.study
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cheattogether.study/test
URL หน้าช่วยเหลือ https://cheattogether.study/info
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cheat Together",
    "version": "1.15",
    "description": "Enables to clone a test and colaboratively solve and fill answers and autofill the original test",
    "permissions": [
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/teams.microsoft.com\/*",
        "https:\/\/forms.office.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forms.office.com\/Pages\/*",
                "https:\/\/forms.office.com\/pages\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/utils.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon48.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}