Credit Card Nicknames for Amazon Chrome Extension
This is a small extension built after getting frustrated with the fact that Amazon doesn't allow you to give nicknames to your credit cards. It will sync them across your google account.
The extension can be found here: Chrome Webstore
The extension does not store the 4 digit numbers of the credit card, instead using a hash to associate the nickname with the card number.
- Releasing #14 - Support for the Revise Payments screen - Thanks @rossshannon
- Fixed Amazon changing the checkout page HTML back to what it was. It couldn't find the cards.
- Fixed #12 - Add the nickname to the order details page.
- Fixed #11 - Bank account nicknames don't show on checkout page
- Updated some jQuery selectors to more accurately match all account types.
- Fixed some issues with the URLs on non .com sites.
- Updated some jQuery selectors to match the new CSS from Amazon.
- Fixed an issue with finding CCs on non english sites.
- Fixed #10 - Support Reload Your Balance page
- Added support for checking accounts
- Made the script and popup more robust so hopefully fixes some issues people had with it showing at all.
- Fixed #4 - Payment options on amazon location changed, needed update in code
- Fixed #5 - Added smile support
- Fixed #6 - Added support for all domains supported by amazon
- Fixed #2 - Icons and banner images.
- Fixed #3 - More reliable insertion of the nicknames into the DOM.
- Fixed #1 - Special characters in nicknames are now properly encoded.
- Initial release.