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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yuhlau และคุณลักษณะหลักของมันคือ "Unofficial extension to keep track of iPhone stock status in Hong Kong and notify you by browser notification when it is available."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iPhone Sale Notifier (Unofficial)

ดาวน์โหลดไฟล์ส่วนขยาย iPhone Sale Notifier (Unofficial) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}