Chase Amazon Search
Adds a link to Chase.com transaction details page to search Amazon for the order number.
What is Chase Amazon Search?
Chase Amazon Search is a Chrome extension developed by Dustin Davis, and its main feature is "Adds a link to Chase.com transaction details page to search Amazon for the order number.".
Extension Screenshots
Download Chase Amazon Search Extension CRX File
Download Chase Amazon Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When you drill down to transaction from your Chase Amazon card, you can see your Amazon order number. This extension simply adds a link next to that order number to open a new window and search your Amazon account for that order number. This makes it much easier to update your budget when you have a lot of Amazon purchases to sort through.
Extension Basic Information
Name | |
ID | iiaekebldphlpkgjhafcgfeocmgidmpj |
Official URL | https://chromewebstore.google.com/detail/chase-amazon-search/iiaekebldphlpkgjhafcgfeocmgidmpj |
Description | Adds a link to Chase.com transaction details page to search Amazon for the order number. |
File Size | 27.24 KB |
Installation Count | 38 |
Current Version | 1.0.0 |
Last Updated | 2023-01-04 |
Publish Date | 2020-08-20 |
Developer | Dustin Davis |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chase Amazon Search", "version": "1.0.0", "manifest_version": 2, "description": "Adds a link to Chase.com transaction details page to search Amazon for the order number.", "homepage_url": "https:\/\/github.com\/djedi\/chase-amazon", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/*.chase.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.chase.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |