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…

Check Trustpilot란 무엇입니까?

Check Trustpilot은(는) NivagWoh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…"입니다.

확장 프로그램 스크린샷

screenshot

Check Trustpilot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
공식 URL https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
설명 Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
파일 크기 78.18 KB
설치 횟수 113
현재 버전 0.0.1
최근 업데이트 2022-05-05
출시 날짜 2022-05-05
평점 5.00/5 총 1 개의 평점
개발자 NivagWoh
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}