Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
What is Amazon Invoice Downloader?
Amazon Invoice Downloader is a Chrome extension developed by https://extensionsworld.com, and its main feature is "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".
Extension Screenshots
Download Amazon Invoice Downloader Extension CRX File
Download Amazon Invoice Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Extension Basic Information
Name | Amazon Invoice Downloader |
ID | jibfakcjhhekoolfogeejilflpcnbnel |
Official URL | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
Description | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
File Size | 85.69 KB |
Installation Count | 996 |
Current Version | 2.4 |
Last Updated | 2023-03-03 |
Publish Date | 2020-06-23 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://extensionsworld.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://extensionsworld.com/legal |
Supported Languages | 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" } } |