AI 产品解读Displays Trusted Shops trustmark badges and customer ratings directly in Google search results, and warns users when they navigate to known fake/fraudulent online shops.
Helps online shoppers identify trustworthy shops and avoid fraudulent ones by providing trust signals (trustmark, ratings, reviews) directly in search results and actively blocking fake shop visits with warning modals.
User performs a Google search → extension content script (google.6fb9c33c.js) extracts result URLs and sends them to background script → background script checks URLs against local database of trusted/untrusted shops (from widgets.trustedshops.com JSON files) → for trusted shops: trustmark badge and rating snippet are injected into search results; for fake shops: a warning modal overlay is displayed if user navigates to the site
Shows Trusted Shops trustmark badge next to certified shop URLs in Google search resultsDisplays customer rating average and review count inline in search resultsWarns users with a modal popup when visiting shops classified as fake/fraudulentInjects Trustbadge widget on certified shop pages to show customer reviewsProvides a 'Report fake website' link for user-submitted fraud reportsPeriodically updates local database of trusted and untrusted shops from widgets.trustedshops.com
- 目标用户
- Online shoppers in European markets (Germany, Austria, Switzerland, Spain, France, Italy, Netherlands, Poland, Portugal, Belgium) / Users who want to verify shop trustworthiness before purchasing
- Background script (background.a514a671.js, 113KB) is heavily minified, making detailed logic analysis difficult
- Cannot confirm exact shop database update mechanism and data format without reading more of the minified background script
- Trusted Shops as a business offers paid certification services to merchants, but this extension is the consumer-facing free tool—no evidence of paid features within the extension itself
付费分析未识别到付费功能
No payment, subscription, premium, license, or billing keywords found in any source files. No Stripe or other payment platform integrations detected. The 'upgrade' keyword hit in background.a514a671.js is a false positive in minified boilerplate code, not feature-gating logic. The store description explicitly states the extension is 'free of charge.' All extension features—trustmark badges in SERPs, fake shop warnings, Trustbadge injection, review display—are available to all users without gating.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely without login. No authentication keywords (login, auth, premium, account) were found in any source files. The popup UI contains no login forms—only feedback/rating prompts, database update controls, and fake shop reporting links. All core features (trustmark display in search results, fake shop warnings, review badge injection) work immediately after installation with no account required. The store description explicitly states it is 'free of charge and installed with one click.'