traktorpool
The tractorpool browser extension protects you from phishing attacks.
Qu'est-ce que traktorpool ?
traktorpool est une extension Chrome développée par https://www.traktorpool.de, et sa fonction principale est "The tractorpool browser extension protects you from phishing attacks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension traktorpool
Téléchargez les fichiers d'extension traktorpool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
URL Officiel | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Description | The tractorpool browser extension protects you from phishing attacks. |
Taille du Fichier | 72.75 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2018-11-30 |
Date de Publication | 2018-11-29 |
Développeur | https://www.traktorpool.de |
Type de Paiement | free |
Site Web de l'Extension | https://www.traktorpool.de/ |
URL de la Page d'Aide | https://www.traktorpool.de/service/contact/ |
Langues Prises en Charge | 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" } |