Running Balance for Chase
Adds running balance column to credit card transaction history in Chase Online Banking
Τι είναι το Running Balance for Chase;
Το Running Balance for Chase είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον michal, και η κύρια λειτουργία του είναι "Adds running balance column to credit card transaction history in Chase Online Banking".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Running Balance for Chase
Λήψη αρχείων επέκτασης Running Balance for Chase σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Changelog
May 13, 2022
* Compatibility update for new version of Chase Online Banking
May 18, 2019
* Update view detection
* Insert Balance column immediately after Amount column
* Create extension icons
November 5, 2018
* Exclude pending transactions
October 7, 2018
* Compatibility update for new version of Chase Online Banking
February 24, 2018
* Fix NaN issue for users with one credit card
September 23, 2017
* Fix determining current balance after Chase Online Banking update
July 12, 2017
* Add support for "All Transactions" view by calculating running balance based on Current Balance instead of Balance Last Statement
* Add support for switching between multiple credit card accounts.
Jun 5, 2017
* Format running balance to 2 decimal places
* Update character code for minus sign (fixes NaN balance)
Jan 7, 2017
* Allow extension to run on new subdomains (secure07a, secure07b, secure07c)
Dec 2, 2016
* Compatibility update for new version of Chase Online Banking
Jan 11, 2015
* Initial release Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | adcbgphpofiknockeadfpohfffchliii |
| Επίσημο URL | https://chromewebstore.google.com/detail/running-balance-for-chase/adcbgphpofiknockeadfpohfffchliii |
| Περιγραφή | Adds running balance column to credit card transaction history in Chase Online Banking |
| Μέγεθος Αρχείου | 10.47 KB |
| Αριθμός Εγκαταστάσεων | 785 |
| Τρέχουσα Έκδοση | 3.0.0 |
| Τελευταία Ενημέρωση | 2022-05-15 |
| Ημερομηνία Δημοσίευσης | 2019-05-18 |
| Αξιολόγηση | 3.24/5 Συνολικά 29 Αξιολογήσεις |
| Προγραμματιστής | michal |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Running Balance for Chase",
"description": "Adds running balance column to credit card transaction history in Chase Online Banking",
"version": "3.0.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/secure01a.chase.com\/web\/auth\/*",
"https:\/\/secure01b.chase.com\/web\/auth\/*",
"https:\/\/secure01c.chase.com\/web\/auth\/*",
"https:\/\/secure02a.chase.com\/web\/auth\/*",
"https:\/\/secure02b.chase.com\/web\/auth\/*",
"https:\/\/secure02c.chase.com\/web\/auth\/*",
"https:\/\/secure03a.chase.com\/web\/auth\/*",
"https:\/\/secure03b.chase.com\/web\/auth\/*",
"https:\/\/secure03c.chase.com\/web\/auth\/*",
"https:\/\/secure04a.chase.com\/web\/auth\/*",
"https:\/\/secure04b.chase.com\/web\/auth\/*",
"https:\/\/secure04c.chase.com\/web\/auth\/*",
"https:\/\/secure05a.chase.com\/web\/auth\/*",
"https:\/\/secure05b.chase.com\/web\/auth\/*",
"https:\/\/secure05c.chase.com\/web\/auth\/*",
"https:\/\/secure07a.chase.com\/web\/auth\/*",
"https:\/\/secure07b.chase.com\/web\/auth\/*",
"https:\/\/secure07c.chase.com\/web\/auth\/*",
"https:\/\/secure07c.chase.com\/web\/auth\/*"
],
"js": [
"extension.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |