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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NivagWoh และคุณลักษณะหลักของมันคือ "Easily find out the reliability of a website using the Trustpilot.com score straight from your browser. No need to open a new tab…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Check Trustpilot
ดาวน์โหลดไฟล์ส่วนขยาย Check Trustpilot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 to check the score, it can easily be viewed without ever having to leave the tab!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |