Points Bank

Points Bank - Credentials loader

ما هو Points Bank؟

Points Bank هو إضافة Chrome تم تطويرها بواسطة Points Bank، والميزة الرئيسية لها هي "Points Bank - Credentials loader".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Points Bank

قم بتنزيل ملفات الامتداد Points Bank بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Download once off Google Chrome approved Points Bank extension to allow single sign on login. Points Bank is a powerful yet simple-to-use tool that allows you to view all of your frequent flyer programs in one place.                    

معلومات أساسية عن التمديد

الاسم Points Bank Points Bank
ID lhllhpglcgeopmjgofhkdfjbhjdodpgd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/points-bank/lhllhpglcgeopmjgofhkdfjbhjdodpgd
الوصف Points Bank - Credentials loader
حجم الملف 63.33 KB
عدد التثبيتات 26
النسخة الحالية 1.5.5
آخر تحديث 2017-12-18
تاريخ النشر 2017-12-18
تقييم 4.00/5 مجموع تقييمات 1
المطور Points Bank
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.pointsbank.com.au
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Corporate Interactive Technology Pty Ltd - Sydney",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rewardprogram.webdirector.net.au\/*",
                "*:\/\/pointsbank.com.au\/*",
                "*:\/\/www.pointsbank.com.au\/*",
                "*:\/\/*.pointsbank.com.au\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "encryptUtilities.js",
                "library.js",
                "data.storage.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/rewardprogram.webdirector.net.au\/*",
                "*:\/\/pointsbank.com.au\/*",
                "*:\/\/www.pointsbank.com.au\/*",
                "*:\/\/*.pointsbank.com.au\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "default.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.emirates.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "emirates.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.etihadguest.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "etihad.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.qantas.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "qantas.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/en.aegeanair.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "aegeanair.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.velocityfrequentflyer.com\/*",
                "*:\/\/accounts.velocityfrequentflyer.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "velocity.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.singaporeair.com\/*",
                "*:\/\/singaporeair.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "singapore.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.thaiairways.com\/en_TH\/rop\/index.page"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "thai.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.britishairways.com\/travel\/echome\/execclub\/_gf\/en_gb"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "library.js",
                "british.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Points Bank - Credentials loader",
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Points Bank",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "1.5.5"
}