IKEA Stock Availability Checker
Get all stock availability for current IKEA product in your selected country
什么是IKEA Stock Availability Checker?
IKEA Stock Availability Checker是由https://sparanoid.com开发的Chrome扩展程序,该扩展的主要功能是“Get all stock availability for current IKEA product in your selected country”。
扩展截图
下载IKEA Stock Availability Checker扩展crx文件
下载IKEA Stock Availability Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | hjdnnkppfadnemodjjnbacnagkgbhekm |
官方URL | https://chromewebstore.google.com/detail/ikea-stock-availability-c/hjdnnkppfadnemodjjnbacnagkgbhekm |
简介 | Get all stock availability for current IKEA product in your selected country |
文件大小 | 48.04 KB |
安装次数 | 1,119 |
当前版本 | 1.0.3 |
更新时间 | 2020-09-01 |
上架时间 | 2018-12-10 |
评分 | 3.30/5 共10次评分 |
开发者 | https://sparanoid.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } ] } |