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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}