Ali Hunter - AliExpress Product Tracker

The useful app for AliExpress dropshipping.Price history, Order history, product summary, supplier summary,Buyer photos

Τι είναι το Ali Hunter - AliExpress Product Tracker;

Το Ali Hunter - AliExpress Product Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wizard_Pekka, και η κύρια λειτουργία του είναι "The useful app for AliExpress dropshipping.Price history, Order history, product summary, supplier summary,Buyer photos".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ali Hunter - AliExpress Product Tracker

Λήψη αρχείων επέκτασης Ali Hunter - AliExpress Product Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The useful app for AliExpress dropshipping.Price history, seller ratings, similar goods, order tracking, price drop notice, quick access menu and search

The extension shows the seller's rating, helps to track discounts and to check the real price of the goods.

★AliSave - Download aliexpress images ,Download image and videos in just a single click.

★ Price history. The graph is displayed on the product page and shows the real discounts.

★ Seller check. A detailed seller's rating is calculated based on reviews and ratings of goods, price dynamics and some other metrics.

★ Favorites and price tracking. Add products to your wishlist, Ali Hunter Price Tracker will follow prices and send you notifications when the goods become cheaper or again appear in stock.

★ Similar goods. Searching for analogues from other sellers on AliExpress™ will help you to choose the best offer with the lowest price from a seller with a good rating.

★ Menu for quick access to necessary tools and functions. Tracking orders, searching goods from AliExpress™, favorites, popular sections and quick access links.

★Download review photos of the product

★ It helps by showing how many order has placed ,an analysis of the product review, and helps to get the percentage of positive feedback.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ali Hunter - AliExpress Product Tracker Ali Hunter - AliExpress Product Tracker
ID idejooljfooepkgbanfbamleigpfdmbk
Επίσημο URL https://chromewebstore.google.com/detail/ali-hunter-aliexpress-pro/idejooljfooepkgbanfbamleigpfdmbk
Περιγραφή The useful app for AliExpress dropshipping.Price history, Order history, product summary, supplier summary,Buyer photos
Μέγεθος Αρχείου 7.12 MB
Αριθμός Εγκαταστάσεων 1,013
Τρέχουσα Έκδοση 5.3.8
Τελευταία Ενημέρωση 2023-12-30
Ημερομηνία Δημοσίευσης 2021-04-21
Προγραμματιστής Wizard_Pekka
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/avengerprivacypolicy/home
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The useful app for AliExpress dropshipping.Price history, Order history, product summary, supplier summary,Buyer photos",
    "version": "5.3.8",
    "manifest_version": 3,
    "name": "Ali Hunter - AliExpress Product Tracker",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.aliexpress.com\/item\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads"
    ]
}