Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
ما هو Amazon Invoice Downloader؟
Amazon Invoice Downloader هو إضافة Chrome تم تطويرها بواسطة https://extensionsworld.com، والميزة الرئيسية لها هي "Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazon Invoice Downloader
قم بتنزيل ملفات الامتداد Amazon Invoice Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
معلومات أساسية عن التمديد
الاسم | Amazon Invoice Downloader |
ID | jibfakcjhhekoolfogeejilflpcnbnel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
الوصف | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
حجم الملف | 85.69 KB |
عدد التثبيتات | 996 |
النسخة الحالية | 2.4 |
آخر تحديث | 2023-03-03 |
تاريخ النشر | 2020-06-23 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | https://extensionsworld.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://extensionsworld.com/legal |
اللغات المدعومة | 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" } } |