Nike - Notify Me

Be notified when your size is now available again.

Qu'est-ce que Nike - Notify Me ?

Nike - Notify Me est une extension Chrome développée par Renaud Anney, et sa fonction principale est "Be notified when your size is now available again.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nike - Notify Me

Téléchargez les fichiers d'extension Nike - Notify Me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Nike - Notify Me Nike - Notify Me
ID hnajjdkmjekcoclmnmockmblibnmkbdb
URL Officiel https://chromewebstore.google.com/detail/nike-notify-me/hnajjdkmjekcoclmnmockmblibnmkbdb
Description Be notified when your size is now available again.
Taille du Fichier 47.51 KB
Nombre d'Installations 1,910
Version Actuelle 1.0
Dernière Mise à Jour 2020-05-05
Date de Publication 2020-05-05
Évaluation 3.00/5 Total 4 Évaluations
Développeur Renaud Anney
Type de Paiement free
Langues Prises en Charge 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
}