Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Co je Amazon Invoice Downloader?
Amazon Invoice Downloader je rozšíření Chrome vyvinuté https://extensionsworld.com, a jeho hlavní funkcí je „Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Amazon Invoice Downloader
Stáhněte si soubory rozšíření Amazon Invoice Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Základní Informace o Rozšíření
Název | Amazon Invoice Downloader |
ID | jibfakcjhhekoolfogeejilflpcnbnel |
Oficiální URL | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
Popis | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
Velikost souboru | 85.69 KB |
Počet instalací | 996 |
Aktuální Verze | 2.4 |
Poslední Aktualizace | 2023-03-03 |
Datum Vydání | 2020-06-23 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | https://extensionsworld.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://extensionsworld.com/legal |
Podporované Jazyky | 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" } } |