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…

Co to jest Check Trustpilot?

Check Trustpilot to rozszerzenie Chrome opracowane przez NivagWoh, a jego główną funkcją jest „Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Check Trustpilot

Pobierz pliki rozszerzeń Check Trustpilot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
Oficjalny URL https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
Opis Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
Rozmiar pliku 78.18 KB
Liczba instalacji 113
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-05-05
Data Publikacji 2022-05-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper NivagWoh
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}