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…
What is Check Trustpilot?
Check Trustpilot is a Chrome extension developed by NivagWoh, and its main feature is "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".
Extension Screenshots
Download Check Trustpilot Extension CRX File
Download Check Trustpilot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ahmdbdkikodpideiochchofehlaikfid |
Official URL | https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid |
Description | Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab… |
File Size | 78.18 KB |
Installation Count | 113 |
Current Version | 0.0.1 |
Last Updated | 2022-05-05 |
Publish Date | 2022-05-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | NivagWoh |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |