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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rovalty, και η κύρια λειτουργία του είναι "AmzOrders helps you to extract your all amazon order history and Download in your computer.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AmzOrders - Amazon Order History Downloader

Λήψη αρχείων επέκτασης AmzOrders - Amazon Order History Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    }
}