Max Out Checkout
Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes
Max Out Checkout란 무엇입니까?
Max Out Checkout은(는) verified.codes.extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes"입니다.
확장 프로그램 스크린샷
Max Out Checkout 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Voted as the best online coupon chrome extension out there! Save TONS of $$$ by accessing verified online deals, coupons, and discount gift cards! If there are coupons available, at the top of your screen (for any retail site you're on), you'll see our Max Out Checkout extension appear offering you instant savings across thousands of online retailers! • If there's a coupon code available, we'll alert you when checking out! • Check out our screenshots to see the extension in-action!
확장 프로그램 기본 정보
이름 | |
ID | goojandgpnddlfodahagpdadfoidgjkh |
공식 URL | https://chrome.google.com/webstore/detail/max-out-checkout/goojandgpnddlfodahagpdadfoidgjkh |
설명 | Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes |
파일 크기 | 67.72 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2015-08-08 |
출시 날짜 | 2015-08-08 |
평점 | 4.94/5 총 64 개의 평점 |
개발자 | verified.codes.extension |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://verified.codes |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Max Out Checkout", "description": "Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes", "version": "1.0.4", "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", "tabs", "clipboardWrite", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "27.0.0.0", "icons": { "16": "images\/icons\/icon-16.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icons\/icon-19.png", "38": "images\/icons\/icon-38.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "app.js", "js\/jquery.min.js" ] } ], "web_accessible_resources": [ "css\/style.css", "images\/logo.png", "images\/close.png" ] } |