IKEA Stock Availability Checker
Get all stock availability for current IKEA product in your selected country
Apa itu IKEA Stock Availability Checker?
IKEA Stock Availability Checker adalah ekstensi Chrome yang dikembangkan oleh https://sparanoid.com, dan fitur utamanya adalah "Get all stock availability for current IKEA product in your selected country".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IKEA Stock Availability Checker
Unduh file ekstensi IKEA Stock Availability Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hjdnnkppfadnemodjjnbacnagkgbhekm |
URL Resmi | https://chromewebstore.google.com/detail/ikea-stock-availability-c/hjdnnkppfadnemodjjnbacnagkgbhekm |
Deskripsi | Get all stock availability for current IKEA product in your selected country |
Ukuran File | 48.04 KB |
Jumlah Instalasi | 1,119 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2020-09-01 |
Tanggal Publikasi | 2018-12-10 |
Penilaian | 3.30/5 Total 10 Penilaian |
Pengembang | https://sparanoid.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |