iPhone Sale Notifier (Unofficial)

Unofficial extension to keep track of iPhone stock status in Hong Kong and notify you by browser notification when it is available.

iPhone Sale Notifier (Unofficial)란 무엇입니까?

iPhone Sale Notifier (Unofficial)은(는) yuhlau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial extension to keep track of iPhone stock status in Hong Kong and notify you by browser notification when it is available."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

iPhone Sale Notifier (Unofficial) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Please be aware that the information provided by the extension may be inaccurate and incorrect. 

How to use it?
1. Click the extension icon in your browser's toolbar
2. Click EDIT, choose the iPhone models you want to monitor and save it
3. Don't forget to enable the extension in the main menu
4. Use your browser as usual. The extension will notify you automatically when your selected iPhone model is available.

How does it works?
It opens a tab in your browser and regularly check for the stock status of the iPhone models you have chosen.

Icons made by Smashicons (www.flaticon.com/authors/smashicons) from www.flaticon.com

DISCLAIMER
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

확장 프로그램 기본 정보

이름 iPhone Sale Notifier (Unofficial) iPhone Sale Notifier (Unofficial)
ID onggnokegmdgdgipnpbaefmgbhkkhcfa
공식 URL https://chromewebstore.google.com/detail/iphone-sale-notifier-unof/onggnokegmdgdgipnpbaefmgbhkkhcfa
설명 Unofficial extension to keep track of iPhone stock status in Hong Kong and notify you by browser notification when it is available.
파일 크기 316 KB
설치 횟수 26
현재 버전 1.0.8
최근 업데이트 2017-11-06
출시 날짜 2017-11-06
평점 5.00/5 총 1 개의 평점
개발자 yuhlau
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yuhlau/iphone-sale-notifier-extension
지원되는 언어 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.8",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "src\/images\/icons\/default16.png",
        "24": "src\/images\/icons\/default24.png",
        "32": "src\/images\/icons\/default32.png",
        "64": "src\/images\/icons\/default64.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/images\/icons\/default16.png",
            "24": "src\/images\/icons\/default24.png",
            "32": "src\/images\/icons\/default32.png",
            "64": "src\/images\/icons\/default64.png"
        },
        "default_popup": "popup.html"
    },
    "author": "Yu H.",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "https:\/\/www.apple.com\/*",
        "https:\/\/reserve-prime.apple.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/yuhlau\/iphone-sale-notifier-extension"
}