IKEA Stock Availability Checker
Get all stock availability for current IKEA product in your selected country
Cos'è IKEA Stock Availability Checker?
IKEA Stock Availability Checker è un'estensione di Chrome sviluppata da https://sparanoid.com, e la sua funzione principale è "Get all stock availability for current IKEA product in your selected country".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IKEA Stock Availability Checker
Scarica i file di estensione IKEA Stock Availability Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hjdnnkppfadnemodjjnbacnagkgbhekm |
URL Ufficiale | https://chromewebstore.google.com/detail/ikea-stock-availability-c/hjdnnkppfadnemodjjnbacnagkgbhekm |
Descrizione | Get all stock availability for current IKEA product in your selected country |
Dimensione del File | 48.04 KB |
Conteggio Installazioni | 1,119 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2020-09-01 |
Data di Pubblicazione | 2018-12-10 |
Valutazione | 3.30/5 Totale 10 Valutazioni |
Sviluppatore | https://sparanoid.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |