Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Wat is Amazon Invoice Downloader?
Amazon Invoice Downloader is een Chrome-extensie ontwikkeld door https://extensionsworld.com, en de belangrijkste functie is "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Invoice Downloader
Download Amazon Invoice Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Basisinformatie over de Extensie
Naam | Amazon Invoice Downloader |
ID | jibfakcjhhekoolfogeejilflpcnbnel |
Officiële URL | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
Beschrijving | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
Bestandsgrootte | 85.69 KB |
Aantal Installaties | 996 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2023-03-03 |
Publicatiedatum | 2020-06-23 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://extensionsworld.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://extensionsworld.com/legal |
Ondersteunde Talen | 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" } } |