AI 产品解读Hides specific UI elements within Google Docs to create a secure exam/assessment environment
Prevents students from accessing research tools, web image search, and translation features within Google Docs during supervised writing exams on Chromebooks
Extension is installed/force-installed on managed Chromebooks via Google Admin. When a student opens a Google Docs document, the content script automatically and continuously (every 100ms) scans for and hides the Explore sidebar, image web search panel, and translate document menu item, preventing students from using these tools to cheat during exams.
Hides the Google Docs 'Explore' sidebar (Tools > Explore)Hides the Image Search panel (Insert > Image > Search the web)Hides the 'Translate document' menu item from Tools menuRuns automatically on all Google Docs pages via content script injection
- 目标用户
- School administrators and IT staff managing Chromebook exam environments / Teachers and proctors administering writing assessments using Google Docs
- The entire extension is only 3 text files (81 lines of JS, 23 lines of manifest, plus metadata). Very simple and fully auditable.
- The extension does not implement any login or paid features itself; login requirement is solely from the destination service (Google Docs).
付费分析未识别到付费功能
The extension contains no payment logic, no premium features, no gating of functionality, no billing APIs, and no upgrade UI. It is purely a DOM-manipulation content script that hides specific UI elements in Google Docs. The 'pro' keyword hit in verified_contents.json is a false positive (appears in a base64-encoded payload hash, not related to payment).
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension itself requires no login. However, it operates exclusively on Google Docs (docs.google.com), which requires a Google account to use. The store description explicitly states it is 'to be used in conjunction with accounts which have been locked down via Google Apps Device Administration.'