Nike - Notify Me

Be notified when your size is now available again.

ما هو Nike - Notify Me؟

Nike - Notify Me هو إضافة Chrome تم تطويرها بواسطة Renaud Anney، والميزة الرئيسية لها هي "Be notified when your size is now available again.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Nike - Notify Me

قم بتنزيل ملفات الامتداد Nike - Notify Me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}