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 |
官方網址 | 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" } |