AmzOrders - Amazon Order History Downloader
AmzOrders helps you to extract your all amazon order history and Download in your computer.
AmzOrders - Amazon Order History Downloader क्या है?
AmzOrders - Amazon Order History Downloader Rovalty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AmzOrders helps you to extract your all amazon order history and Download in your computer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AmzOrders - Amazon Order History Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AmzOrders helps you to extract your all amazon order history and Download in your computer. AmzOrders extracts order history from your Amazon account. Why do you need this? Amazon doesn't include digital orders, shipping, total amount, or payment information, and isn't available for non-US customers. AmzOrders will show you every deatils and let you download your reports for free.
एक्सटेंशन की मूल जानकारी
नाम | AmzOrders - Amazon Order History Downloader |
ID | ccjkpoggofmpbnehkmfeiagaopnifcbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/amzorders-amazon-order-hi/ccjkpoggofmpbnehkmfeiagaopnifcbo |
विवरण | AmzOrders helps you to extract your all amazon order history and Download in your computer. |
फ़ाइल का आकार | 8.66 MB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-01-30 |
प्रकाशन तिथि | 2020-01-30 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | Rovalty |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.saxsos.xyz/ |
सहायता पृष्ठ URL | https://www.saxsos.xyz/p/contact-us.html |
गोपनीयता नीति पृष्ठ URL | https://www.saxsos.xyz/p/policy-privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "AmzOrders helps you to extract your all amazon order history and Download in your computer.", "version": "1.0.1", "manifest_version": 2, "name": "AmzOrders - Amazon Order History Downloader", "permissions": [ "contextMenus", "*:\/\/*.amazon.*", "storage" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/smile.amazon.ca\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/smile.amazon.co.uk\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.in\/*", "https:\/\/smile.amazon.it\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.mx\/*" ], "css": [ "jquery.dataTables.min.css", "datatables_override.css", "inject.css" ], "js": [ "inject.bundle.js" ] } ], "browser_action": { "default_title": "AmzOrders", "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |