traktorpool

The tractorpool browser extension protects you from phishing attacks.

Hvad er traktorpool?

traktorpool er en Chrome-udvidelse udviklet af https://www.traktorpool.de, og dens hovedfunktion er "The tractorpool browser extension protects you from phishing attacks.".

Udvidelsesskærmbilleder

screenshot

Download traktorpool-udvidelses-CRX-fil

Download traktorpool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn traktorpool traktorpool
ID oplngmhbalonllkhglgbbmloaebkoejc
Officiel URL https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc
Beskrivelse The tractorpool browser extension protects you from phishing attacks.
Filstørrelse 72.75 KB
Antal Installationer 41
Nuværende Version 1.0.4
Senest Opdateret 2018-11-30
Udgivelsesdato 2018-11-29
Udvikler https://www.traktorpool.de
Betalingsmetode free
Udvidelseswebsted https://www.traktorpool.de/
Hjælpeside-URL https://www.traktorpool.de/service/contact/
Understøttede Sprog 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"
}