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…

Was ist Check Trustpilot?

Check Trustpilot ist eine Chrome-Erweiterung, die von NivagWoh entwickelt wurde, und ihr Hauptmerkmal ist "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".

Erweiterungsscreenshots

screenshot

Check Trustpilot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Check Trustpilot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
Offizielle URL https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
Beschreibung Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
Dateigröße 78.18 KB
Installationsanzahl 113
Aktuelle Version 0.0.1
Letztes Update 2022-05-05
Veröffentlichungsdatum 2022-05-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler NivagWoh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}