Saveji

Online shopping deals and coupons

Qu'est-ce que Saveji ?

Saveji est une extension Chrome développée par https://saveji.com, et sa fonction principale est "Online shopping deals and coupons".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Saveji

Téléchargez les fichiers d'extension Saveji au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Saveji Saveji
ID gagelmjjgmpdiadagcgcmdhgidclflmd
URL Officiel https://chrome.google.com/webstore/detail/saveji/gagelmjjgmpdiadagcgcmdhgidclflmd
Description Online shopping deals and coupons
Taille du Fichier 106 KB
Nombre d'Installations 35
Version Actuelle 1.8
Dernière Mise à Jour 2020-11-12
Date de Publication 2019-05-25
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://saveji.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://saveji.com
Langues Prises en Charge 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"
    ]
}