Amazon Invoice Downloader

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

Co to jest Amazon Invoice Downloader?

Amazon Invoice Downloader to rozszerzenie Chrome opracowane przez https://extensionsworld.com, a jego główną funkcją jest „Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Amazon Invoice Downloader

Pobierz pliki rozszerzeń Amazon Invoice Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Invoice Downloader Amazon Invoice Downloader
ID jibfakcjhhekoolfogeejilflpcnbnel
Oficjalny URL https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel
Opis Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Rozmiar pliku 85.69 KB
Liczba instalacji 996
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2023-03-03
Data Publikacji 2020-06-23
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper https://extensionsworld.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://extensionsworld.com/legal
Obsługiwane Języki 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"
    }
}