traktorpool

The tractorpool browser extension protects you from phishing attacks.

Co to jest traktorpool?

traktorpool to rozszerzenie Chrome opracowane przez https://www.traktorpool.de, a jego główną funkcją jest „The tractorpool browser extension protects you from phishing attacks.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia traktorpool

Pobierz pliki rozszerzeń traktorpool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa traktorpool traktorpool
ID oplngmhbalonllkhglgbbmloaebkoejc
Oficjalny URL https://chromewebstore.google.com/detail/traktorpool/oplngmhbalonllkhglgbbmloaebkoejc
Opis The tractorpool browser extension protects you from phishing attacks.
Rozmiar pliku 72.75 KB
Liczba instalacji 41
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2018-11-30
Data Publikacji 2018-11-29
Deweloper https://www.traktorpool.de
Typ Płatności free
Strona Rozszerzenia https://www.traktorpool.de/
Adres URL Strony Pomocy https://www.traktorpool.de/service/contact/
Obsługiwane Języki 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"
}