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…
Cos'è Check Trustpilot?
Check Trustpilot è un'estensione di Chrome sviluppata da NivagWoh, e la sua funzione principale è "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Check Trustpilot
Scarica i file di estensione Check Trustpilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | ahmdbdkikodpideiochchofehlaikfid |
URL Ufficiale | https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid |
Descrizione | Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab… |
Dimensione del File | 78.18 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-05-05 |
Data di Pubblicazione | 2022-05-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | NivagWoh |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |