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…
Apa itu Check Trustpilot?
Check Trustpilot adalah ekstensi Chrome yang dikembangkan oleh NivagWoh, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Check Trustpilot
Unduh file ekstensi Check Trustpilot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | ahmdbdkikodpideiochchofehlaikfid |
URL Resmi | https://chromewebstore.google.com/detail/check-trustpilot/ahmdbdkikodpideiochchofehlaikfid |
Deskripsi | Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab… |
Ukuran File | 78.18 KB |
Jumlah Instalasi | 113 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-05-05 |
Tanggal Publikasi | 2022-05-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | NivagWoh |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |