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คืออะไร?

Amazon Invoice Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://extensionsworld.com และคุณลักษณะหลักของมันคือ "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Invoice Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Amazon Invoice Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon Invoice Downloader Amazon Invoice Downloader
ID jibfakcjhhekoolfogeejilflpcnbnel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel
คำอธิบาย Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
ขนาดไฟล์ 85.69 KB
จำนวนการติดตั้ง 996
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2023-03-03
วันที่เผยแพร่ 2020-06-23
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://extensionsworld.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://extensionsworld.com/legal
ภาษาที่รองรับ 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"
    }
}