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ファイルをダウンロード

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
Eメール [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"
    }
}