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

Apa itu iPrice HK Chrome Extension?

iPrice HK Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://iprice.hk, dan fitur utamanya adalah "This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi iPrice HK Chrome Extension

Unduh file ekstensi iPrice HK Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama iPrice HK Chrome Extension iPrice HK Chrome Extension
ID kmnlpbjbokjkplchgdobknlhnpeiojfh
URL Resmi https://chromewebstore.google.com/detail/iprice-hk-chrome-extensio/kmnlpbjbokjkplchgdobknlhnpeiojfh
Deskripsi This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk
Ukuran File 38.2 KB
Jumlah Instalasi 18
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2014-03-17
Tanggal Publikasi 2014-03-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://iprice.hk
Tipe Pembayaran free
Situs Ekstensi http://iprice.hk/coupons/
Bahasa yang Didukung 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"
}