AfterCoupon India
One click Apply Coupons button for apply all the coupons without hassle.
AfterCoupon India란 무엇입니까?
AfterCoupon India은(는) http://www.aftercoupon.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click Apply Coupons button for apply all the coupons without hassle."입니다.
확장 프로그램 스크린샷
AfterCoupon India 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |