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

¿Qué es iPrice HK Chrome Extension?

iPrice HK Chrome Extension es una extensión de Chrome desarrollada por https://iprice.hk, y su función principal es "This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión iPrice HK Chrome Extension

Descarga archivos de extensión iPrice HK Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre iPrice HK Chrome Extension iPrice HK Chrome Extension
ID kmnlpbjbokjkplchgdobknlhnpeiojfh
URL Oficial https://chromewebstore.google.com/detail/iprice-hk-chrome-extensio/kmnlpbjbokjkplchgdobknlhnpeiojfh
Descripción This chrome extension will remind you about coupon codes and discounts for popular online stores in Hong Kong available at iPrice.hk
Tamaño del Archivo 38.2 KB
Cantidad de Instalaciones 18
Versión Actual 0.2.1
Última Actualización 2014-03-17
Fecha de Publicación 2014-03-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://iprice.hk
Tipo de Pago free
Sitio Web de la Extensión http://iprice.hk/coupons/
Idiomas Soportados 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"
}