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…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Check Trustpilot

قم بتنزيل ملفات الامتداد Check Trustpilot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}