Ajio Price Tracker

ajio online sale - Ajio Price Tracker

Τι είναι το Ajio Price Tracker;

Το Ajio Price Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ajio price tracker, και η κύρια λειτουργία του είναι "ajio online sale - Ajio Price Tracker".

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

screenshot
screenshot

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

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

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

                        Ajio online sale - Ajio Price Tracker Extension

Instal and enjoy!

🔍 - Track product prices on ajio.com and never miss a price drop.
📉 - Compare your favourite ajio shopping item's price on Amazon.
🛍️ - Ideal for both casual ajio online shopping enthusiasts and ajio business aficionados.
🔔 - Stay updated with the latest ajio sale and ajio trends.
📱 - Perfect companion for the ajio app, enhancing your a jio shopping experience.

Navigate the expansive world of ajio.com, India's prime online shopping destination, with the Ajio Price Tracker Chrome extension. Tailored for ardent shoppers and bargain hunters, this extension seamlessly tracks product prices, ensuring you never miss out on an ajio sale or an exciting ajio online offer. 

Whether you're browsing through ajio luxe collections, tapping into the latest ajio trends, or simply indulging in everyday ajio online shopping, this tool ensures you get the best bang for your buck. And if you ever wonder how your favorite ajio product's price stacks up against giants like Amazon, Ajio Price Tracker has you covered. 

No need to be glued to ajio.com or the ajio app throughout the day. Once you've set your desired price, the extension will notify you of price drops or when a product is within your budget. This makes it a pivotal asset for those invested in ajio business and the fluctuating market trends on trends.ajio.com.



Dive deep into the dynamic world of ajio india with the Ajio Price Tracker extension. Happy shopping!                    

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

Όνομα Ajio Price Tracker Ajio Price Tracker
ID idiijfjahljfmehpbejhhdfmjglkahhn
Επίσημο URL https://chromewebstore.google.com/detail/ajio-price-tracker/idiijfjahljfmehpbejhhdfmjglkahhn
Περιγραφή ajio online sale - Ajio Price Tracker
Μέγεθος Αρχείου 148 KB
Αριθμός Εγκαταστάσεων 413
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-10-19
Ημερομηνία Δημοσίευσης 2023-10-18
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής ajio price tracker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://twittertomp4.com/ajio-price-tracker-privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "author": "vlaex ",
    "name": "Ajio Price Tracker",
    "description": "ajio online sale - Ajio Price Tracker",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/ajio.com\/*",
        "*:\/\/www.ajio.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/ajio.com\/*",
                "*:\/\/www.ajio.com\/*"
            ],
            "js": [
                "content-scripts\/apexcharts.min.js",
                "content-scripts\/proxy.js",
                "content-scripts\/zoomChart.js",
                "content-scripts\/renderData.js",
                "content-scripts\/index.js"
            ],
            "css": [
                "content-scripts\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/ajio.com\/*",
                "*:\/\/www.ajio.com\/*"
            ],
            "js": [
                "content-scripts\/keepWorkerAlive.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "amazon_icon.svg"
            ],
            "matches": [
                "*:\/\/ajio.com\/*",
                "*:\/\/www.ajio.com\/*"
            ]
        }
    ]
}