traktorpool
The tractorpool browser extension protects you from phishing attacks.
Co je traktorpool?
traktorpool je rozšíření Chrome vyvinuté https://www.traktorpool.de, a jeho hlavní funkcí je „The tractorpool browser extension protects you from phishing attacks.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření traktorpool
Stáhněte si soubory rozšíření traktorpool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
Oficiální URL | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Popis | The tractorpool browser extension protects you from phishing attacks. |
Velikost souboru | 72.75 KB |
Počet instalací | 41 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2018-11-30 |
Datum Vydání | 2018-11-29 |
Vývojář | https://www.traktorpool.de |
Typ Platby | free |
Webové stránky Rozšíření | https://www.traktorpool.de/ |
URL Stránky Nápovědy | https://www.traktorpool.de/service/contact/ |
Podporované Jazyky | 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" } |