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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}