traktorpool
The tractorpool browser extension protects you from phishing attacks.
Was ist traktorpool?
traktorpool ist eine Chrome-Erweiterung, die von https://www.traktorpool.de entwickelt wurde, und ihr Hauptmerkmal ist "The tractorpool browser extension protects you from phishing attacks.".
Erweiterungsscreenshots
traktorpool-Erweiterungs-CRX-Datei herunterladen
Laden Sie traktorpool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
Offizielle URL | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Beschreibung | The tractorpool browser extension protects you from phishing attacks. |
Dateigröße | 72.75 KB |
Installationsanzahl | 41 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2018-11-30 |
Veröffentlichungsdatum | 2018-11-29 |
Entwickler | https://www.traktorpool.de |
Zahlungsart | free |
Erweiterungswebsite | https://www.traktorpool.de/ |
Hilfeseite URL | https://www.traktorpool.de/service/contact/ |
Unterstützte Sprachen | 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" } |