traktorpool
The tractorpool browser extension protects you from phishing attacks.
O que é traktorpool?
traktorpool é uma extensão do Chrome desenvolvida por https://www.traktorpool.de, e sua principal característica é "The tractorpool browser extension protects you from phishing attacks.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão traktorpool
Baixe arquivos de extensão traktorpool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
URL Oficial | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Descrição | The tractorpool browser extension protects you from phishing attacks. |
Tamanho do Arquivo | 72.75 KB |
Contagem de Instalações | 41 |
Versão Atual | 1.0.4 |
Última Atualização | 2018-11-30 |
Data de Publicação | 2018-11-29 |
Desenvolvedor | https://www.traktorpool.de |
Tipo de Pagamento | free |
Site da Extensão | https://www.traktorpool.de/ |
URL da Página de Ajuda | https://www.traktorpool.de/service/contact/ |
Idiomas Suportados | 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" } |