Ajio Price Tracker

ajio online sale - Ajio Price Tracker

Apa itu Ajio Price Tracker?

Ajio Price Tracker adalah ekstensi Chrome yang dikembangkan oleh ajio price tracker, dan fitur utamanya adalah "ajio online sale - Ajio Price Tracker".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ajio Price Tracker

Unduh file ekstensi Ajio Price Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Ajio Price Tracker Ajio Price Tracker
ID idiijfjahljfmehpbejhhdfmjglkahhn
URL Resmi https://chromewebstore.google.com/detail/ajio-price-tracker/idiijfjahljfmehpbejhhdfmjglkahhn
Deskripsi ajio online sale - Ajio Price Tracker
Ukuran File 148 KB
Jumlah Instalasi 413
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-10-19
Tanggal Publikasi 2023-10-18
Penilaian 4.00/5 Total 1 Penilaian
Pengembang ajio price tracker
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://twittertomp4.com/ajio-price-tracker-privacy-policy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}