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'est-ce que Check Trustpilot ?

Check Trustpilot est une extension Chrome développée par NivagWoh, et sa fonction principale est "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Check Trustpilot

Téléchargez les fichiers d'extension Check Trustpilot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
URL Officiel 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…
Taille du Fichier 78.18 KB
Nombre d'Installations 113
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-05-05
Date de Publication 2022-05-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur NivagWoh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}