traktorpool
The tractorpool browser extension protects you from phishing attacks.
Что такое traktorpool?
traktorpool - это расширение Chrome, разработанное https://www.traktorpool.de, и его основная функция - "The tractorpool browser extension protects you from phishing attacks.".
Снимки экрана расширения
Скачать файл CRX расширения traktorpool
Скачайте файлы расширений traktorpool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Install the tractorpool browser extension and be sure to be on the real tractorpool website. If the icon is displayed green, you are safe. It not, please think twice about entering your tractorpool credentials on the the current page.
Основная информация о расширении
Название | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
Официальный URL | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Описание | The tractorpool browser extension protects you from phishing attacks. |
Размер файла | 72.75 KB |
Количество установок | 41 |
Текущая Версия | 1.0.4 |
Последнее Обновление | 2018-11-30 |
Дата публикации | 2018-11-29 |
Разработчик | https://www.traktorpool.de |
Тип оплаты | free |
Официальный сайт расширения | https://www.traktorpool.de/ |
URL страницы помощи | https://www.traktorpool.de/service/contact/ |
Поддерживаемые языки | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon_gray_32.png", "default_popup": "popup.html", "default_title": "traktorpool", "name": "traktorpool" }, "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "icons\/icon_gray_128.png", "48": "icons\/icon_gray_48.png" }, "manifest_version": 2, "name": "traktorpool", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.4" } |