Amazon Invoice Downloader

Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.

Amazon Invoice Downloader là gì?

Amazon Invoice Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://extensionsworld.com, và tính năng chính của nó là "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".

Ả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 Amazon Invoice Downloader

Tải xuống các tệp mở rộng Amazon Invoice 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

                        Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.                    

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

Tên Amazon Invoice Downloader Amazon Invoice Downloader
ID jibfakcjhhekoolfogeejilflpcnbnel
URL Chính Thức https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel
Mô tả Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Kích Thước Tệp 85.69 KB
Số Lần Cài Đặt 996
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2023-03-03
Ngày Phát Hành 2020-06-23
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://extensionsworld.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://extensionsworld.com/legal
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Invoice Downloader",
    "permissions": [
        "https:\/\/*.extensionsworld.com\/*",
        "storage"
    ],
    "version": "2.4",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/privateUtils.js",
                "js\/index.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "64": "icon64.png"
        },
        "default_title": "Amazon Invoice Downloader",
        "default_popup": "html\/index.html"
    }
}