Saveji

Online shopping deals and coupons

ما هو Saveji؟

Saveji هو إضافة Chrome تم تطويرها بواسطة https://saveji.com، والميزة الرئيسية لها هي "Online shopping deals and coupons".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Saveji

قم بتنزيل ملفات الامتداد Saveji بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Saveji Saveji
ID gagelmjjgmpdiadagcgcmdhgidclflmd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/saveji/gagelmjjgmpdiadagcgcmdhgidclflmd
الوصف Online shopping deals and coupons
حجم الملف 106 KB
عدد التثبيتات 35
النسخة الحالية 1.8
آخر تحديث 2020-11-12
تاريخ النشر 2019-05-25
تقييم 1.00/5 مجموع تقييمات 1
المطور https://saveji.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://saveji.com
اللغات المدعومة 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"
    ]
}