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…
Hvad er Check Trustpilot?
Check Trustpilot er en Chrome-udvidelse udviklet af NivagWoh, og dens hovedfunktion er "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".
Udvidelsesskærmbilleder
Download Check Trustpilot-udvidelses-CRX-fil
Download Check Trustpilot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ahmdbdkikodpideiochchofehlaikfid |
Officiel URL | https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid |
Beskrivelse | Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab… |
Filstørrelse | 78.18 KB |
Antal Installationer | 113 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2022-05-05 |
Udgivelsesdato | 2022-05-05 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | NivagWoh |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |