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" } |