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…

Vad är Check Trustpilot?

Check Trustpilot är en Chrome-tillägg utvecklad av NivagWoh, och dess huvudfunktion är "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".

Tilläggsskärmbilder

screenshot

Ladda ner Check Trustpilot-förlängningens CRX-fil

Ladda ner Check Trustpilot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
Officiell webbadress https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
Beskrivning Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
Filstorlek 78.18 KB
Antal Installationer 113
Aktuell Version 0.0.1
Senast Uppdaterad 2022-05-05
Publiceringsdatum 2022-05-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare NivagWoh
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}