InStock Notifier

This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…

Qu'est-ce que InStock Notifier ?

InStock Notifier est une extension Chrome développée par RaptorTek LLC, et sa fonction principale est "This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension InStock Notifier

Téléchargez les fichiers d'extension InStock Notifier 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

                        This extension was made to assist in buying a Nintendo Switch.

Currently supported:

-Amazon PrimeNow
-Target
-Walmart

-Added audible alerts                    

Informations de Base sur l'Extension

Nom InStock Notifier InStock Notifier
ID jifgfhnpdnjncdkohddldadedmgabnpn
URL Officiel https://chromewebstore.google.com/detail/instock-notifier/jifgfhnpdnjncdkohddldadedmgabnpn
Description This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…
Taille du Fichier 166 KB
Nombre d'Installations 87
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-03-26
Date de Publication 2017-03-25
Évaluation 3.75/5 Total 4 Évaluations
Développeur RaptorTek LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InStock Notifier",
    "description": "",
    "version": "1.0.4",
    "options_page": "help.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/vendors\/jquery.js",
            "\/vendors\/vendor.js",
            "\/vendors\/amazonPrimeNow.js",
            "\/vendors\/target.js",
            "\/vendors\/toysRUs.js",
            "\/vendors\/walmart.js",
            "\/classes\/helpers.js",
            "\/classes\/appMessage.js",
            "\/classes\/worker.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}