IKEA Stock Availability Checker
Get all stock availability for current IKEA product in your selected country
Wat is IKEA Stock Availability Checker?
IKEA Stock Availability Checker is een Chrome-extensie ontwikkeld door https://sparanoid.com, en de belangrijkste functie is "Get all stock availability for current IKEA product in your selected country".
Extensie Screenshots
Download het CRX-bestand van de extensie IKEA Stock Availability Checker
Download IKEA Stock Availability Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hjdnnkppfadnemodjjnbacnagkgbhekm |
Officiële URL | https://chromewebstore.google.com/detail/ikea-stock-availability-c/hjdnnkppfadnemodjjnbacnagkgbhekm |
Beschrijving | Get all stock availability for current IKEA product in your selected country |
Bestandsgrootte | 48.04 KB |
Aantal Installaties | 1,119 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-09-01 |
Publicatiedatum | 2018-12-10 |
Beoordeling | 3.30/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://sparanoid.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |