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.」です。

拡張機能のスクリーンショット

screenshot

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 AmzOrders - Amazon Order History Downloader
ID ccjkpoggofmpbnehkmfeiagaopnifcbo
公式URL 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
Eメール [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"
    }
}