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…
¿Qué es Check Trustpilot?
Check Trustpilot es una extensión de Chrome desarrollada por NivagWoh, y su función principal es "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Check Trustpilot
Descarga archivos de extensión Check Trustpilot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | ahmdbdkikodpideiochchofehlaikfid |
URL Oficial | https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid |
Descripción | Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab… |
Tamaño del Archivo | 78.18 KB |
Cantidad de Instalaciones | 113 |
Versión Actual | 0.0.1 |
Última Actualización | 2022-05-05 |
Fecha de Publicación | 2022-05-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | NivagWoh |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |