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 là gì?

Check Trustpilot là một tiện ích mở rộng Chrome được phát triển bởi NivagWoh, và tính năng chính của nó là "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Check Trustpilot

Tải xuống các tệp mở rộng Check Trustpilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Check Trustpilot Check Trustpilot
ID ahmdbdkikodpideiochchofehlaikfid
URL Chính Thức https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid
Mô tả Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…
Kích Thước Tệp 78.18 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-05-05
Ngày Phát Hành 2022-05-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển NivagWoh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}