AmzOrders - Amazon Order History Downloader
AmzOrders helps you to extract your all amazon order history and Download in your computer.
什麼是AmzOrders - Amazon Order History Downloader?
AmzOrders - Amazon Order History Downloader是由Rovalty開發的Chrome擴展程式,該擴展的主要功能是“AmzOrders helps you to extract your all amazon order history and Download in your computer.”。
擴展截圖
下載AmzOrders - Amazon Order History Downloader擴展crx文件
下載AmzOrders - Amazon Order History Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
AmzOrders helps you to extract your all amazon order history and Download in your computer. AmzOrders extracts order history from your Amazon account. Why do you need this? Amazon doesn't include digital orders, shipping, total amount, or payment information, and isn't available for non-US customers. AmzOrders will show you every deatils and let you download your reports for free.
擴展基本資訊
名稱 | AmzOrders - Amazon Order History Downloader |
ID | ccjkpoggofmpbnehkmfeiagaopnifcbo |
官方網址 | https://chromewebstore.google.com/detail/amzorders-amazon-order-hi/ccjkpoggofmpbnehkmfeiagaopnifcbo |
簡介 | AmzOrders helps you to extract your all amazon order history and Download in your computer. |
檔案大小 | 8.66 MB |
安裝次數 | 94 |
目前版本 | 1.0.1 |
更新時間 | 2020-01-30 |
上架時間 | 2020-01-30 |
評分 | 1.00/5 共 2 次評分 |
開發者 | Rovalty |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.saxsos.xyz/ |
說明頁面URL | https://www.saxsos.xyz/p/contact-us.html |
隱私政策頁面URL | https://www.saxsos.xyz/p/policy-privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "AmzOrders helps you to extract your all amazon order history and Download in your computer.", "version": "1.0.1", "manifest_version": 2, "name": "AmzOrders - Amazon Order History Downloader", "permissions": [ "contextMenus", "*:\/\/*.amazon.*", "storage" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/smile.amazon.ca\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/smile.amazon.co.uk\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.in\/*", "https:\/\/smile.amazon.it\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.mx\/*" ], "css": [ "jquery.dataTables.min.css", "datatables_override.css", "inject.css" ], "js": [ "inject.bundle.js" ] } ], "browser_action": { "default_title": "AmzOrders", "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |