Nike - Notify Me

Be notified when your size is now available again.

Nike - Notify Me क्या है?

Nike - Notify Me Renaud Anney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be notified when your size is now available again."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nike - Notify Me एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Nike Store - www.nike.com :
Right Click on your size and get notified if your product comes back in stock — it's easy!
Clic droit sur votre taille ou pointure et vous serez notifié lorsque le produit sera de nouveau disponible !
Haga clic derecho en su talla y reciba una notificación si su producto vuelve a estar disponible, ¡es fácil!                    

एक्सटेंशन की मूल जानकारी

नाम Nike - Notify Me Nike - Notify Me
ID hnajjdkmjekcoclmnmockmblibnmkbdb
आधिकारिक URL https://chromewebstore.google.com/detail/nike-notify-me/hnajjdkmjekcoclmnmockmblibnmkbdb
विवरण Be notified when your size is now available again.
फ़ाइल का आकार 47.51 KB
स्थापना संख्या 1,910
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-05-05
प्रकाशन तिथि 2020-05-05
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर Renaud Anney
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nike - Notify Me",
    "version": "1.0",
    "description": "Be notified when your size is now available again.",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nike.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_popup": "options.html"
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}