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