Souq and Amazon.ae Price Tracker

AliPrice.com - Your money-saving assistant on Souq and Amazon.ae

Τι είναι το Souq and Amazon.ae Price Tracker;

Το Souq and Amazon.ae Price Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aliprice2, και η κύρια λειτουργία του είναι "AliPrice.com - Your money-saving assistant on Souq and Amazon.ae".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Souq and Amazon.ae Price Tracker

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

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

                        It's a great extension for Souq and Amazon.ae.

Now our tool has 3 main features.
✔ Convenient shortcuts and quick search.
✔ Price history: You can check any product price history on the product page.
✔ Price drop alert: Add the products to your favorites and you will receive notification when its price drops.

If there are any problems or advice, just feel free to let me know. Email: [email protected]
Aliprice.com - Souq and Amazon.ae Price Tracker
Souq and Amazon.ae is a trademark of Amazon, Inc. This extension was not created or endorsed by Amazon.
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, including Souq and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use
We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout                    

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

Όνομα Souq and Amazon.ae Price Tracker Souq and Amazon.ae Price Tracker
ID eflnokcjendpkkmnnmnmdcfloegfdbng
Επίσημο URL https://chromewebstore.google.com/detail/souq-and-amazonae-price-t/eflnokcjendpkkmnnmnmdcfloegfdbng
Περιγραφή AliPrice.com - Your money-saving assistant on Souq and Amazon.ae
Μέγεθος Αρχείου 2.47 MB
Αριθμός Εγκαταστάσεων 1,397
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2023-10-09
Ημερομηνία Δημοσίευσης 2020-03-09
Αξιολόγηση 4.58/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής aliprice2
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.aliprice.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.aliprice.com/information/index?page=contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.aliprice.com/information/index/page/privacy
Υποστηριζόμενες Γλώσσες en,ar
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "Souq Assistant",
    "version": "2.1.2",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.lazada.sg\/*",
        "*:\/\/*.lazada.com.my\/*",
        "*:\/\/*.lazada.com.ph\/*",
        "*:\/\/*.lazada.vn\/*",
        "*:\/\/*.lazada.co.th\/*",
        "*:\/\/*.lazada.co.id\/*",
        "*:\/\/*.dhgate.com\/*",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.banggood.com\/*",
        "*:\/\/*.joybuy.com\/*",
        "*:\/\/*.joybuy.es\/*",
        "*:\/\/*.jd.ru\/*",
        "*:\/\/*.jd.id\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.souq.com\/*",
        "*:\/\/*.amazon.eg\/*",
        "*:\/\/*.amazon.sa\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/ssl.google-analytics.com\/*"
    ],
    "browser_action": {
        "default_title": "Souq",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.souq.com\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "assets\/js\/vendor.js",
                "assets\/js\/common.js",
                "contentScript\/contentScript.js"
            ],
            "css": [
                "assets\/css\/common.css",
                "assets\/css\/contentScript\/contentScript.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "_locales\/**\/*.json",
        "assets\/css\/common.css",
        "assets\/css\/contentScript\/contentScript.css",
        "assets\/images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}