traktorpool
The tractorpool browser extension protects you from phishing attacks.
Wat is traktorpool?
traktorpool is een Chrome-extensie ontwikkeld door https://www.traktorpool.de, en de belangrijkste functie is "The tractorpool browser extension protects you from phishing attacks.".
Extensie Screenshots
Download het CRX-bestand van de extensie traktorpool
Download traktorpool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
Officiële URL | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Beschrijving | The tractorpool browser extension protects you from phishing attacks. |
Bestandsgrootte | 72.75 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2018-11-30 |
Publicatiedatum | 2018-11-29 |
Ontwikkelaar | https://www.traktorpool.de |
Betalingswijze | free |
Extensiewebsite | https://www.traktorpool.de/ |
Help Pagina-URL | https://www.traktorpool.de/service/contact/ |
Ondersteunde Talen | 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" } |