Chase Amazon Search
Adds a link to Chase.com transaction details page to search Amazon for the order number.
Co je Chase Amazon Search?
Chase Amazon Search je rozšíření Chrome vyvinuté Dustin Davis, a jeho hlavní funkcí je „Adds a link to Chase.com transaction details page to search Amazon for the order number.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chase Amazon Search
Stáhněte si soubory rozšíření Chase Amazon Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | iiaekebldphlpkgjhafcgfeocmgidmpj |
Oficiální URL | https://chromewebstore.google.com/detail/chase-amazon-search/iiaekebldphlpkgjhafcgfeocmgidmpj |
Popis | Adds a link to Chase.com transaction details page to search Amazon for the order number. |
Velikost souboru | 27.24 KB |
Počet instalací | 38 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-01-04 |
Datum Vydání | 2020-08-20 |
Vývojář | Dustin Davis |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |