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은(는) https://extensionsworld.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you."입니다.

확장 프로그램 스크린샷

screenshot

Amazon Invoice Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}