Chase Amazon Search
Adds a link to Chase.com transaction details page to search Amazon for the order number.
Chase Amazon Searchคืออะไร?
Chase Amazon Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dustin Davis และคุณลักษณะหลักของมันคือ "Adds a link to Chase.com transaction details page to search Amazon for the order number."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chase Amazon Search
ดาวน์โหลดไฟล์ส่วนขยาย Chase Amazon Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iiaekebldphlpkgjhafcgfeocmgidmpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chase-amazon-search/iiaekebldphlpkgjhafcgfeocmgidmpj |
คำอธิบาย | Adds a link to Chase.com transaction details page to search Amazon for the order number. |
ขนาดไฟล์ | 27.24 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-01-04 |
วันที่เผยแพร่ | 2020-08-20 |
ผู้พัฒนา | Dustin Davis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |