Ajio Price Tracker

ajio online sale - Ajio Price Tracker

O que é Ajio Price Tracker?

Ajio Price Tracker é uma extensão do Chrome desenvolvida por ajio price tracker, e sua principal característica é "ajio online sale - Ajio Price Tracker".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ajio Price Tracker

Baixe arquivos de extensão Ajio Price Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Ajio Price Tracker Ajio Price Tracker
ID idiijfjahljfmehpbejhhdfmjglkahhn
URL Oficial https://chromewebstore.google.com/detail/ajio-price-tracker/idiijfjahljfmehpbejhhdfmjglkahhn
Descrição ajio online sale - Ajio Price Tracker
Tamanho do Arquivo 148 KB
Contagem de Instalações 413
Versão Atual 1.0
Última Atualização 2023-10-19
Data de Publicação 2023-10-18
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor ajio price tracker
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://twittertomp4.com/ajio-price-tracker-privacy-policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}