IKEA Stock Availability Checker
Get all stock availability for current IKEA product in your selected country
What is IKEA Stock Availability Checker?
IKEA Stock Availability Checker is a Chrome extension developed by https://sparanoid.com, and its main feature is "Get all stock availability for current IKEA product in your selected country".
Extension Screenshots
Download IKEA Stock Availability Checker Extension CRX File
Download IKEA Stock Availability Checker 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
Aug 31, 2020 outdated warning: IKEA has updated its website with new API and new method to get stock information. This extension won't work until I have enough time to follow this change. Get all stock availability for current IKEA product in your selected country. Updates # Dec 10, 2018 - Update support for IKEA China
Extension Basic Information
Name | |
ID | hjdnnkppfadnemodjjnbacnagkgbhekm |
Official URL | https://chromewebstore.google.com/detail/ikea-stock-availability-c/hjdnnkppfadnemodjjnbacnagkgbhekm |
Description | Get all stock availability for current IKEA product in your selected country |
File Size | 48.04 KB |
Installation Count | 1,119 |
Current Version | 1.0.3 |
Last Updated | 2020-09-01 |
Publish Date | 2018-12-10 |
Rating | 3.30/5 Total 10 Ratings |
Developer | https://sparanoid.com |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.3", "manifest_version": 2, "default_locale": "en", "icons": { "128": "Icon.png" }, "homepage_url": "https:\/\/sparanoid.com\/work\/ikea-stock-availability-checker\/", "content_scripts": [ { "matches": [ "*:\/\/*.ikea.com\/*", "*:\/\/*.ikea.cn\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/ikea-stock-availability-checker.user.js" ], "run_at": "document_end" } ] } |