Check Trustpilot
Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
什么是Check Trustpilot?
Check Trustpilot是由NivagWoh开发的Chrome扩展程序,该扩展的主要功能是“Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…”。
扩展截图
下载Check Trustpilot扩展crx文件
下载Check Trustpilot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab to check the score, it can easily be viewed without ever having to leave the tab!
扩展基本信息
名称 | |
ID | ahmdbdkikodpideiochchofehlaikfid |
官方URL | https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid |
简介 | Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab… |
文件大小 | 78.18 KB |
安装次数 | 113 |
当前版本 | 0.0.1 |
更新时间 | 2022-05-05 |
上架时间 | 2022-05-05 |
评分 | 5.00/5 共1次评分 |
开发者 | NivagWoh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Check Trustpilot", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/uk.trustpilot.com\/" ], "icons": { "128": "icon-128.png" }, "manifest_version": 3, "version": "0.0.1" } |