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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}