Amazon coupons, find and apply automatically
Use amazon coupons and save your money automatically
Amazon coupons, find and apply automatically क्या है?
Amazon coupons, find and apply automatically tkdforever द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use amazon coupons and save your money automatically"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon coupons, find and apply automatically एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Amazon has coupons but it's often not obvious that a coupon is available for a particular product. This extension searches and applies Amazon coupons when you view a product. Discounts will appear during checkout. You must be logged in to your Amazon account for this to work.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mnobnadjnkkcbohkhjcmbikbpjdljjbl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/amazon-coupons-find-and-a/mnobnadjnkkcbohkhjcmbikbpjdljjbl |
विवरण | Use amazon coupons and save your money automatically |
फ़ाइल का आकार | 59.24 KB |
स्थापना संख्या | 1,158 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-06-29 |
प्रकाशन तिथि | 2020-10-12 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | tkdforever |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon coupons, find and apply automatically", "version": "1.1.0", "description": "Use amazon coupons and save your money automatically", "host_permissions": [ "*:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/functions.js" ], "all_frames": true } ], "action": { "default_icon": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" } }, "icons": { "16": "images\/note-2-16.png", "32": "images\/note-2-32.png", "48": "images\/note-2-48.png", "128": "images\/note-2-128.png" }, "manifest_version": 3 } |