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 |
Eメール | [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" } |