traktorpool
The tractorpool browser extension protects you from phishing attacks.
traktorpool क्या है?
traktorpool https://www.traktorpool.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The tractorpool browser extension protects you from phishing attacks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में traktorpool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |