Saveji

Online shopping deals and coupons

Hvad er Saveji?

Saveji er en Chrome-udvidelse udviklet af https://saveji.com, og dens hovedfunktion er "Online shopping deals and coupons".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Saveji-udvidelses-CRX-fil

Download Saveji-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Saveji Saveji
ID gagelmjjgmpdiadagcgcmdhgidclflmd
Officiel URL https://chrome.google.com/webstore/detail/saveji/gagelmjjgmpdiadagcgcmdhgidclflmd
Beskrivelse Online shopping deals and coupons
Filstørrelse 106 KB
Antal Installationer 35
Nuværende Version 1.8
Senest Opdateret 2020-11-12
Udgivelsesdato 2019-05-25
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://saveji.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://saveji.com
Understøttede Sprog 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"
    ]
}