AI 产品解读PTE score sub-skill analyzer and visualizer
PTE test takers cannot easily view detailed sub-skill scores on Pearson's score report page. This extension overlays comprehensive sub-score breakdowns, CLB level mappings, IELTS equivalents, and Canadian Express Entry point calculations directly on the score report page.
1. User installs the extension. 2. User logs into mypte.pearsonpte.com and navigates to their score report. 3. The extension's injected.js intercepts the XHR response from Pearson's API and passes score data via postMessage. 4. The content script receives the data and renders an overlay table showing sub-scores, CLB levels, IELTS equivalents, and Express Entry points. 5. Optionally, user can click to import scores to APEUni's study center for further analysis.
Display PTE sub-skill scores (Reading, Writing, Listening, Speaking) overlaid on Pearson score report pageShow CLB (Canadian Language Benchmark) level equivalents for each skillShow IELTS General score equivalents for each skillCalculate Canadian Express Entry immigration points (with/without spouse)Map scores to PTE skills profile categories (Open Response, Reproducing Language, Extended/Short Writing, Extended/Short Speaking, Multiple/Single Skill Comprehension)One-click import of score report to APEUni for detailed analysis
- 目标用户
- PTE Academic test takers / PTE Core test takers / Canadian immigration applicants using PTE scores for Express Entry / APEUni platform users preparing for PTE exams
- The main content script (content.tsx-H_RDTc96.js) is heavily minified making some UI logic hard to trace
- Cannot confirm exact APEUni account requirements for the import feature from source code alone
- APEUni's own paid subscription plans are external to this extension and not fully characterized
付费分析未识别到付费功能
No evidence of paid features within the extension itself. No premium, subscription, payment, or upgrade UI/code found. All 'pro' keyword matches are false positives (React profiler, production build comments, MIT license references). APEUni is a destination service that may have its own paid plans, but the extension does not gate any features behind payment.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension injects into PTE score report pages (mypte.pearsonpte.com, partner.pearsonpte.com) and intercepts XHR calls to Pearson's PTE API to display sub-scores. Users must already be logged into their PTE account on the Pearson website to view their score report, which is the prerequisite for the extension to function. Additionally, the 'Import to APEUni' feature redirects to apeuni.com where an APEUni account would be needed. The extension itself does not implement its own login UI.