InStock Notifier

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

What is InStock Notifier?

InStock Notifier is a Chrome extension developed by RaptorTek LLC, and its main feature is "This extension was made to assist in buying a Nintendo Switch. Currently supported: -Amazon PrimeNow -Target -Walmart -Added…".

Extension Screenshots

screenshot

Download InStock Notifier Extension CRX File

Download InStock Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Currently supported:

-Amazon PrimeNow
-Target
-Walmart

-Added audible alerts                    

Extension Basic Information

Name InStock Notifier InStock Notifier
ID jifgfhnpdnjncdkohddldadedmgabnpn
Official URL 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…
File Size 166 KB
Installation Count 87
Current Version 1.0.4
Last Updated 2017-03-26
Publish Date 2017-03-25
Rating 3.75/5 Total 4 Ratings
Developer RaptorTek LLC
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}