iPrice HK Chrome Extension

This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk

Was ist iPrice HK Chrome Extension?

iPrice HK Chrome Extension ist eine Chrome-Erweiterung, die von https://iprice.hk entwickelt wurde, und ihr Hauptmerkmal ist "This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk".

Erweiterungsscreenshots

screenshot

iPrice HK Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie iPrice HK Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Install iPrice Hong Kong Chrome Extension right now, and make sure you will never forget about coupons and discounts while shopping at HK best online stores such as Zalora and many more to come!                    

Grundlegende Informationen zur Erweiterung

Name iPrice HK Chrome Extension iPrice HK Chrome Extension
ID kmnlpbjbokjkplchgdobknlhnpeiojfh
Offizielle URL https://chromewebstore.google.com/detail/iprice-hk-chrome-extensio/kmnlpbjbokjkplchgdobknlhnpeiojfh
Beschreibung This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk
Dateigröße 38.2 KB
Installationsanzahl 18
Aktuelle Version 0.2.1
Letztes Update 2014-03-17
Veröffentlichungsdatum 2014-03-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://iprice.hk
Zahlungsart free
Erweiterungswebsite http://iprice.hk/coupons/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iPrice HK Chrome Extension",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk",
    "short_name": "iPriceHK",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.zalora.com.hk\/cart\/*"
            ],
            "js": [
                "jquery-1.3.2.js",
                "content.js"
            ]
        }
    ],
    "background_page": "background.html"
}