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…

Wat is Check Trustpilot?

Check Trustpilot is een Chrome-extensie ontwikkeld door NivagWoh, en de belangrijkste functie is "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Check Trustpilot

Download Check Trustpilot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
Officiële URL https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
Beschrijving Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
Bestandsgrootte 78.18 KB
Aantal Installaties 113
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-05-05
Publicatiedatum 2022-05-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar NivagWoh
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}