traktorpool
The tractorpool browser extension protects you from phishing attacks.
Apa itu traktorpool?
traktorpool adalah ekstensi Chrome yang dikembangkan oleh https://www.traktorpool.de, dan fitur utamanya adalah "The tractorpool browser extension protects you from phishing attacks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi traktorpool
Unduh file ekstensi traktorpool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
URL Resmi | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Deskripsi | The tractorpool browser extension protects you from phishing attacks. |
Ukuran File | 72.75 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2018-11-30 |
Tanggal Publikasi | 2018-11-29 |
Pengembang | https://www.traktorpool.de |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.traktorpool.de/ |
URL Halaman Bantuan | https://www.traktorpool.de/service/contact/ |
Bahasa yang Didukung | 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" } |