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 là gì?

AmzOrders - Amazon Order History Downloader là một tiện ích mở rộng Chrome được phát triển bởi Rovalty, và tính năng chính của nó là "AmzOrders helps you to extract your all amazon order history and Download in your computer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AmzOrders - Amazon Order History Downloader

Tải xuống các tệp mở rộng AmzOrders - Amazon Order History Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AmzOrders - Amazon Order History Downloader AmzOrders - Amazon Order History Downloader
ID ccjkpoggofmpbnehkmfeiagaopnifcbo
URL Chính Thức https://chromewebstore.google.com/detail/amzorders-amazon-order-hi/ccjkpoggofmpbnehkmfeiagaopnifcbo
Mô tả AmzOrders helps you to extract your all amazon order history and Download in your computer.
Kích Thước Tệp 8.66 MB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-01-30
Ngày Phát Hành 2020-01-30
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Rovalty
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.saxsos.xyz/
URL Trang Trợ Giúp https://www.saxsos.xyz/p/contact-us.html
URL Trang Chính Sách Bảo Mật https://www.saxsos.xyz/p/policy-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}