traktorpool
The tractorpool browser extension protects you from phishing attacks.
Cos'è traktorpool?
traktorpool è un'estensione di Chrome sviluppata da https://www.traktorpool.de, e la sua funzione principale è "The tractorpool browser extension protects you from phishing attacks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione traktorpool
Scarica i file di estensione traktorpool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
URL Ufficiale | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Descrizione | The tractorpool browser extension protects you from phishing attacks. |
Dimensione del File | 72.75 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2018-11-30 |
Data di Pubblicazione | 2018-11-29 |
Sviluppatore | https://www.traktorpool.de |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.traktorpool.de/ |
URL della Pagina di Aiuto | https://www.traktorpool.de/service/contact/ |
Lingue Supportate | 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" } |