Saveji

Online shopping deals and coupons

¿Qué es Saveji?

Saveji es una extensión de Chrome desarrollada por https://saveji.com, y su función principal es "Online shopping deals and coupons".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Saveji

Descarga archivos de extensión Saveji 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

                        Saveji - online shopping coupons marketplace.

Now get 100% working Coupons and Offers for any shops across the world just clicking this icon in your chrome browser for the store you would like see the ongoing coupons and offers.

Saveji publishes coupons every 3 hours, so you will be saving your hard earned money the best possible way.

Just follow the below steps to understand how you can make use of saveji's chrome extension.

1. Open any site (eg: ajio)
2. Just click the saveji extension (considering that you have already installed the extension).
3. For example, if you click the icon after opening the site paytm, then saveji chrome extension shows the list of coupon code and offers of paytm, just click the coupon code, paste during checkout in the paytm payment page to avail the discounts/cashbacks.
4. We also enhanced our plugin for auto apply for few stores like redbus, jabong, so whenever you navigate to checkout page, our plugin will automatically apply the coupon code and help you save bigger and better!

#ShopSaveSmile with Saveji.com | 
facebook page: https://www.facebook.com/thesaveji
twitter page: https://www.twitter.com/thesaveji                    

Información Básica de la Extensión

Nombre Saveji Saveji
ID gagelmjjgmpdiadagcgcmdhgidclflmd
URL Oficial https://chrome.google.com/webstore/detail/saveji/gagelmjjgmpdiadagcgcmdhgidclflmd
Descripción Online shopping deals and coupons
Tamaño del Archivo 106 KB
Cantidad de Instalaciones 35
Versión Actual 1.8
Última Actualización 2020-11-12
Fecha de Publicación 2019-05-25
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://saveji.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://saveji.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Saveji",
    "description": "Online shopping deals and coupons",
    "version": "1.8",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Saveji",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "popup.js",
                "background.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "style.css",
        "popup.html"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "identity",
        "",
        "alarms",
        "notifications",
        "background",
        "declarativeContent",
        "webNavigation",
        "activeTab"
    ]
}