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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IKEA Stock Availability Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 IKEA Stock Availability Checker IKEA Stock Availability Checker
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"
        }
    ]
}