traktorpool

The tractorpool browser extension protects you from phishing attacks.

traktorpoolとは何ですか?

traktorpoolはhttps://www.traktorpool.deによって開発されたChromeの拡張機能で、その主な機能は「The tractorpool browser extension protects you from phishing attacks.」です。

拡張機能のスクリーンショット

screenshot

traktorpool拡張機能のCRXファイルをダウンロード

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