Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Apa itu Amazon Invoice Downloader?
Amazon Invoice Downloader adalah ekstensi Chrome yang dikembangkan oleh https://extensionsworld.com, dan fitur utamanya adalah "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Amazon Invoice Downloader
Unduh file ekstensi Amazon Invoice Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
Informasi Dasar Ekstensi
Nama | Amazon Invoice Downloader |
ID | jibfakcjhhekoolfogeejilflpcnbnel |
URL Resmi | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
Deskripsi | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
Ukuran File | 85.69 KB |
Jumlah Instalasi | 996 |
Versi Saat Ini | 2.4 |
Terakhir Diperbarui | 2023-03-03 |
Tanggal Publikasi | 2020-06-23 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | https://extensionsworld.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://extensionsworld.com/legal |
Bahasa yang Didukung | 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" } } |