Chase Amazon Search
Adds a link to Chase.com transaction details page to search Amazon for the order number.
Cos'è Chase Amazon Search?
Chase Amazon Search è un'estensione di Chrome sviluppata da Dustin Davis, e la sua funzione principale è "Adds a link to Chase.com transaction details page to search Amazon for the order number.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chase Amazon Search
Scarica i file di estensione Chase Amazon Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | iiaekebldphlpkgjhafcgfeocmgidmpj |
URL Ufficiale | https://chromewebstore.google.com/detail/chase-amazon-search/iiaekebldphlpkgjhafcgfeocmgidmpj |
Descrizione | Adds a link to Chase.com transaction details page to search Amazon for the order number. |
Dimensione del File | 27.24 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-01-04 |
Data di Pubblicazione | 2020-08-20 |
Sviluppatore | Dustin Davis |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |