traktorpool
The tractorpool browser extension protects you from phishing attacks.
What is traktorpool?
traktorpool is a Chrome extension developed by https://www.traktorpool.de, and its main feature is "The tractorpool browser extension protects you from phishing attacks.".
Extension Screenshots
Download traktorpool Extension CRX File
Download traktorpool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
Official URL | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Description | The tractorpool browser extension protects you from phishing attacks. |
File Size | 72.75 KB |
Installation Count | 41 |
Current Version | 1.0.4 |
Last Updated | 2018-11-30 |
Publish Date | 2018-11-29 |
Developer | https://www.traktorpool.de |
Payment Type | free |
Extension Website | https://www.traktorpool.de/ |
Help Page URL | https://www.traktorpool.de/service/contact/ |
Supported Languages | 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" } |