traktorpool
The tractorpool browser extension protects you from phishing attacks.
traktorpoolคืออะไร?
traktorpool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.traktorpool.de และคุณลักษณะหลักของมันคือ "The tractorpool browser extension protects you from phishing attacks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย traktorpool
ดาวน์โหลดไฟล์ส่วนขยาย traktorpool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oplngmhbalonllkhglgbbmloaebkoejc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc |
คำอธิบาย | The tractorpool browser extension protects you from phishing attacks. |
ขนาดไฟล์ | 72.75 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2018-11-30 |
วันที่เผยแพร่ | 2018-11-29 |
ผู้พัฒนา | https://www.traktorpool.de |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.traktorpool.de/ |
URL หน้าช่วยเหลือ | https://www.traktorpool.de/service/contact/ |
ภาษาที่รองรับ | 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" } |