traktorpool
The tractorpool browser extension protects you from phishing attacks.
traktorpool là gì?
traktorpool là một tiện ích mở rộng Chrome được phát triển bởi https://www.traktorpool.de, và tính năng chính của nó là "The tractorpool browser extension protects you from phishing attacks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng traktorpool
Tải xuống các tệp mở rộng traktorpool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
URL Chính Thức | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
Mô tả | The tractorpool browser extension protects you from phishing attacks. |
Kích Thước Tệp | 72.75 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2018-11-30 |
Ngày Phát Hành | 2018-11-29 |
Nhà Phát Triển | https://www.traktorpool.de |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.traktorpool.de/ |
URL Trang Trợ Giúp | https://www.traktorpool.de/service/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |