Price Tracker for DHgate

AliPrice.com - Your shopping assistant on DHgate.

Τι είναι το Price Tracker for DHgate;

Το Price Tracker for DHgate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aliprice2, και η κύρια λειτουργία του είναι "AliPrice.com - Your shopping assistant on DHgate.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Price Tracker for DHgate

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

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

                        It's a Price Tracker for DHgate.com
Main features:
✔ Convenient shortcuts and quick search box.
✔ Price History.Check price history of products on Dhgate. 

DHgate is a trademark of dhgate.com, Inc. This extension was not created or endorsed by DHgate.

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, includingDHgate and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

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

Όνομα Price Tracker for DHgate Price Tracker for DHgate
ID hmkfpcddoppmoinmifcoffppoinfodef
Επίσημο URL https://chrome.google.com/webstore/detail/price-tracker-for-dhgate/hmkfpcddoppmoinmifcoffppoinfodef
Περιγραφή AliPrice.com - Your shopping assistant on DHgate.
Μέγεθος Αρχείου 701 KB
Αριθμός Εγκαταστάσεων 760
Τρέχουσα Έκδοση 2.1.16
Τελευταία Ενημέρωση 2023-09-24
Ημερομηνία Δημοσίευσης 2019-11-20
Αξιολόγηση 5.00/5 Συνολικά 37 Αξιολογήσεις
Προγραμματιστής aliprice2
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.aliprice.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.aliprice.com/information/index?page=contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.aliprice.com/information/index/page/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,tr,es,es-419,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Dhgate",
    "name": "Price Tracker for DHgate",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "version": "2.1.16",
    "permissions": [
        "cookies",
        "*:\/\/*.dhgate.com\/*",
        "*:\/\/*.aliprice.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "ga-config.js",
            "background.js",
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dhgate.com\/*"
            ],
            "js": [
                "config.js",
                "jquery.min.js",
                "function.js",
                "echarts.common.min.js",
                "localization.js",
                "index.js",
                "item_sys.js",
                "aliprice.js",
                "tracking.js"
            ],
            "css": []
        }
    ],
    "browser_action": {
        "default_icon": "icons\/19x19.png",
        "default_title": "AliPrice",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "jquery.min.js",
        "jquery.min.map",
        "css\/dhgate.css",
        "img\/close.png",
        "img\/btn-price.png"
    ]
}