Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Cos'è Amazon Invoice Downloader?
Amazon Invoice Downloader è un'estensione di Chrome sviluppata da https://extensionsworld.com, e la sua funzione principale è "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Invoice Downloader
Scarica i file di estensione Amazon Invoice Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. Informazioni di Base sull'Estensione
| Nome | |
| ID | jibfakcjhhekoolfogeejilflpcnbnel |
| URL Ufficiale | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
| Descrizione | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
| Dimensione del File | 85.69 KB |
| Conteggio Installazioni | 996 |
| Versione Corrente | 2.4 |
| Ultimo Aggiornamento | 2023-03-03 |
| Data di Pubblicazione | 2020-06-23 |
| Valutazione | 4.20/5 Totale 5 Valutazioni |
| Sviluppatore | https://extensionsworld.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://extensionsworld.com/legal |
| Lingue Supportate | 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"
}
} | |