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…

O que é Check Trustpilot?

Check Trustpilot é uma extensão do Chrome desenvolvida por NivagWoh, e sua principal característica é "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Check Trustpilot

Baixe arquivos de extensão Check Trustpilot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
URL Oficial https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
Descrição Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
Tamanho do Arquivo 78.18 KB
Contagem de Instalações 113
Versão Atual 0.0.1
Última Atualização 2022-05-05
Data de Publicação 2022-05-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor NivagWoh
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}