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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα traktorpool traktorpool
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"
}