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

Hvad er iPrice HK Chrome Extension?

iPrice HK Chrome Extension er en Chrome-udvidelse udviklet af https://iprice.hk, og dens hovedfunktion er "This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk".

Udvidelsesskærmbilleder

screenshot

Download iPrice HK Chrome Extension-udvidelses-CRX-fil

Download iPrice HK Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn iPrice HK Chrome Extension iPrice HK Chrome Extension
ID kmnlpbjbokjkplchgdobknlhnpeiojfh
Officiel URL https://chromewebstore.google.com/detail/iprice-hk-chrome-extensio/kmnlpbjbokjkplchgdobknlhnpeiojfh
Beskrivelse This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk
Filstørrelse 38.2 KB
Antal Installationer 18
Nuværende Version 0.2.1
Senest Opdateret 2014-03-17
Udgivelsesdato 2014-03-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://iprice.hk
Betalingsmetode free
Udvidelseswebsted http://iprice.hk/coupons/
Understøttede Sprog 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"
}