Points Bank
Points Bank - Credentials loader
什麼是Points Bank?
Points Bank是由Points Bank開發的Chrome擴展程式,該擴展的主要功能是“Points Bank - Credentials loader”。
擴展截圖
下載Points Bank擴展crx文件
下載Points Bank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | lhllhpglcgeopmjgofhkdfjbhjdodpgd |
官方網址 | 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 |
隱私政策頁面URL | 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" } |