Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Hvad er Amazon Invoice Downloader?
Amazon Invoice Downloader er en Chrome-udvidelse udviklet af https://extensionsworld.com, og dens hovedfunktion er "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".
Udvidelsesskærmbilleder
Download Amazon Invoice Downloader-udvidelses-CRX-fil
Download Amazon Invoice Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jibfakcjhhekoolfogeejilflpcnbnel |
| Officiel URL | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
| Beskrivelse | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
| Filstørrelse | 85.69 KB |
| Antal Installationer | 996 |
| Nuværende Version | 2.4 |
| Senest Opdateret | 2023-03-03 |
| Udgivelsesdato | 2020-06-23 |
| Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
| Udvikler | https://extensionsworld.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://extensionsworld.com/legal |
| Understøttede Sprog | 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"
}
} | |