AfterCoupon India

One click Apply Coupons button for apply all the coupons without hassle.

AfterCoupon Indiaคืออะไร?

AfterCoupon India เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.aftercoupon.in และคุณลักษณะหลักของมันคือ "One click Apply Coupons button for apply all the coupons without hassle."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AfterCoupon India

ดาวน์โหลดไฟล์ส่วนขยาย AfterCoupon India ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        version 2.0.5
Added one click Apply Coupons to several other ecommerce sites like zivame, zovi, printvenue, etc.

version 2.0.3
Added one click Apply Coupons button on several Indian ecommerce shops like jabong, myntra, fnp, yatra, zovi, dominos, justeat, etc.
Added right side coupon bar where you could see coupons and deals of that site.


version 1.30.5
Added Coupons & Deals button for ecommerce websites.
Added option to turn it off.


And, buy more is our philosophy for developing this addon.

With After Coupon, you will get best Coupons with no bullshit.

Just go to any website and click AfterCoupon extension's icon, you will see all the coupons related to that website. Copy them and use them no link attached.

AfterCoupon's covers more than 600+ Indian e-commerce shops like Flipkart, Shopclues, Snapdeal, Amazon, Myntra, Jabong, MakeMyTrip, PrintVenue, etc.

We are adding more and more coupons everyday.

Disclaimer: We might add affiliate code to the links on very few website. This will not change anything from user perspective, however it will support this cool extension and its website.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AfterCoupon India AfterCoupon India
ID bpoakdeicmkeolnfobdhdncnfappmadg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/aftercoupon-india/bpoakdeicmkeolnfobdhdncnfappmadg
คำอธิบาย One click Apply Coupons button for apply all the coupons without hassle.
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2015-02-11
วันที่เผยแพร่ 2015-02-11
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา http://www.aftercoupon.in
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "AfterCoupon India",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "One click Apply Coupons button for apply all the coupons without hassle.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.aftercoupon.in\/",
    "version": "2.0.5",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Click for Coupons and Deals"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications"
    ]
}