Nike - Notify Me

Be notified when your size is now available again.

Wat is Nike - Notify Me?

Nike - Notify Me is een Chrome-extensie ontwikkeld door Renaud Anney, en de belangrijkste functie is "Be notified when your size is now available again.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Nike - Notify Me

Download Nike - Notify Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Nike - Notify Me Nike - Notify Me
ID hnajjdkmjekcoclmnmockmblibnmkbdb
Officiële URL https://chromewebstore.google.com/detail/nike-notify-me/hnajjdkmjekcoclmnmockmblibnmkbdb
Beschrijving Be notified when your size is now available again.
Bestandsgrootte 47.51 KB
Aantal Installaties 1,910
Huidige Versie 1.0
Laatst Bijgewerkt 2020-05-05
Publicatiedatum 2020-05-05
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Renaud Anney
Betalingswijze free
Ondersteunde Talen 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
}