TrustedSite
See which sites you can trust.
Что такое TrustedSite?
TrustedSite - это расширение Chrome, разработанное https://www.trustedsite.com, и его основная функция - "See which sites you can trust.".
Снимки экрана расширения
Скачать файл CRX расширения TrustedSite
Скачайте файлы расширений TrustedSite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quickly determine if you can trust a site by getting the details that matter—a business’s security issues, their legitimate contact information, and what they’re using to protect your data. TrustedSite certified sites are rigorously tested and certified to help you you stay safe online.
Основная информация о расширении
Название | TrustedSite |
ID | meaanhhbdanomagjkjleigjfiamjhomi |
Официальный URL | https://chromewebstore.google.com/detail/trustedsite/meaanhhbdanomagjkjleigjfiamjhomi |
Описание | See which sites you can trust. |
Размер файла | 78.39 KB |
Количество установок | 10,000 |
Текущая Версия | 2.6 |
Последнее Обновление | 2022-05-04 |
Дата публикации | 2019-06-19 |
Рейтинг | 4.41/5 Всего 99 оценок |
Разработчик | https://www.trustedsite.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.trustedsite.com/ |
URL страницы помощи | https://support.trustedsite.com/ |
URL страницы политики конфиденциальности | https://www.trustedsite.com/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrustedSite", "short_name": "TrustedSite", "description": "See which sites you can trust.", "version": "2.6", "manifest_version": 2, "background": { "scripts": [ "jquery.min.js", "common.js", "background.js" ] }, "homepage_url": "https:\/\/www.trustedsite.com\/", "permissions": [ "activeTab", "background", "https:\/\/*.trustedsite.com\/", "https:\/\/s3-us-west-2.amazonaws.com\/" ], "icons": { "16": "trustedsite-icon-16.png", "32": "trustedsite-icon-32.png", "64": "trustedsite-icon-64.png", "128": "trustedsite-icon-128.png" }, "browser_action": { "default_icon": "trustedsite-icon-32.png", "default_popup": "popup.html", "default_title": "TrustedSite" } } |