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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Max Out Checkout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |