TrustBox Assistant

Troubleshooting Trustpilot TrustBoxes

Co to jest TrustBox Assistant?

TrustBox Assistant to rozszerzenie Chrome opracowane przez Trustpilot, a jego główną funkcją jest „Troubleshooting Trustpilot TrustBoxes”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TrustBox Assistant

Pobierz pliki rozszerzeń TrustBox Assistant 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

                        A helpful browser extension for troubleshooting Trustpilot's TrustBoxes.                    

Podstawowe informacje o rozszerzeniu

Nazwa TrustBox Assistant TrustBox Assistant
ID aofjkdnekcfcnijpaickcjlacdoipkop
Oficjalny URL https://chromewebstore.google.com/detail/trustbox-assistant/aofjkdnekcfcnijpaickcjlacdoipkop
Opis Troubleshooting Trustpilot TrustBoxes
Rozmiar pliku 12.12 KB
Liczba instalacji 184
Aktualna Wersja 1.9.0
Ostatnia Aktualizacja 2019-01-14
Data Publikacji 2019-01-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Trustpilot
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://legal.trustpilot.com/end-user-privacy-terms
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrustBox Assistant",
    "version": "1.9.0",
    "description": "Troubleshooting Trustpilot TrustBoxes",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "TrustBox Assistant",
        "default_popup": "browser_action_popup\/popup.html"
    },
    "icons": {
        "48": "icons\/icon48.png"
    }
}