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\/*"
            ]
        }
    ]
}