traktorpool
The tractorpool browser extension protects you from phishing attacks.
Vad är traktorpool?
traktorpool är en Chrome-tillägg utvecklad av https://www.traktorpool.de, och dess huvudfunktion är "The tractorpool browser extension protects you from phishing attacks.".
Tilläggsskärmbilder
Ladda ner traktorpool-förlängningens CRX-fil
Ladda ner traktorpool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
Officiell webbadress | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Beskrivning | The tractorpool browser extension protects you from phishing attacks. |
Filstorlek | 72.75 KB |
Antal Installationer | 41 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2018-11-30 |
Publiceringsdatum | 2018-11-29 |
Utvecklare | https://www.traktorpool.de |
Betalningssätt | free |
Tilläggswebbplats | https://www.traktorpool.de/ |
Hjälpsida URL | https://www.traktorpool.de/service/contact/ |
Stödda Språk | 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" } |