Ajio Price Tracker

ajio online sale - Ajio Price Tracker

Vad är Ajio Price Tracker?

Ajio Price Tracker är en Chrome-tillägg utvecklad av ajio price tracker, och dess huvudfunktion är "ajio online sale - Ajio Price Tracker".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ajio Price Tracker-förlängningens CRX-fil

Ladda ner Ajio Price Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Ajio Price Tracker Ajio Price Tracker
ID idiijfjahljfmehpbejhhdfmjglkahhn
Officiell webbadress https://chromewebstore.google.com/detail/ajio-price-tracker/idiijfjahljfmehpbejhhdfmjglkahhn
Beskrivning ajio online sale - Ajio Price Tracker
Filstorlek 148 KB
Antal Installationer 413
Aktuell Version 1.0
Senast Uppdaterad 2023-10-19
Publiceringsdatum 2023-10-18
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare ajio price tracker
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://twittertomp4.com/ajio-price-tracker-privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}