Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Qu'est-ce que Amazon Invoice Downloader ?
Amazon Invoice Downloader est une extension Chrome développée par https://extensionsworld.com, et sa fonction principale est "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Invoice Downloader
Téléchargez les fichiers d'extension Amazon Invoice Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Informations de Base sur l'Extension
Nom | Amazon Invoice Downloader |
ID | jibfakcjhhekoolfogeejilflpcnbnel |
URL Officiel | 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. |
Taille du Fichier | 85.69 KB |
Nombre d'Installations | 996 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2023-03-03 |
Date de Publication | 2020-06-23 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://extensionsworld.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://extensionsworld.com/legal |
Langues Prises en Charge | 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" } } |