Coupot - Automatic Coupons for Amazon

The Ultimate Chrome Extension for Amazon

Coupot - Automatic Coupons for Amazon क्या है?

Coupot - Automatic Coupons for Amazon http://coupot.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Ultimate Chrome Extension for Amazon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coupot - Automatic Coupons for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Coupot launched in May 2019! You will never miss up any coupon from now on.

- No need to sign up, just free to go. 

- Brand information is available such as brand originated.

- Automatically find out and apply coupon codes even they do not show on Amazon. Also, you can compare the coupon discount with related products easily, to make sure you make your best choice with the best deal! 

- Provide professional feedbacks of the product from other blog and forum. You can know more about the product and see whether it is your best choice, no more decision is made only depend on reviews on Amazon.

- Invisible if there is no coupon for the product you are browsing.

Currently, Coupot is supporting Amazon including the United States, Canada, United Kingdom, Germany, France and India.                    

एक्सटेंशन की मूल जानकारी

नाम Coupot - Automatic Coupons for Amazon Coupot - Automatic Coupons for Amazon
ID noockihlplmpkfcofcdahgphkpbldhpn
आधिकारिक URL https://chrome.google.com/webstore/detail/coupot-automatic-coupons/noockihlplmpkfcofcdahgphkpbldhpn
विवरण The Ultimate Chrome Extension for Amazon
फ़ाइल का आकार 1.13 MB
स्थापना संख्या 576
वर्तमान संस्करण 1.3.9
अंतिम अपडेट 2019-07-26
प्रकाशन तिथि 2019-07-25
रेटिंग 4.65/5 कुल 40 रेटिंग्स
डेवलपर http://coupot.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://coupot.net/
गोपनीयता नीति पृष्ठ URL https://coupot.net/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coupot - Automatic Coupons for Amazon",
    "version": "1.3.9",
    "description": "The Ultimate Chrome Extension for Amazon",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "You will never miss up any coupon from now on",
        "default_icon": {
            "16": "imgs\/coupot_16.png",
            "24": "imgs\/coupot_24.png",
            "32": "imgs\/coupot_32.png",
            "128": "imgs\/coupot_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.in\/*"
            ],
            "css": [
                "css\/amzdeal.css",
                "css\/overwrite.css",
                "css\/grids.css",
                "css\/brandInfo.css"
            ],
            "js": [
                "content\/observer.js",
                "content\/referral.js",
                "content\/serpSave.js",
                "content\/img.js",
                "content\/auto.js",
                "utils.js",
                "jquery-2.2.0.min.js",
                "xpaths.js",
                "content\/product.js",
                "content\/order.js",
                "content\/asin.js",
                "content\/cart.js",
                "content\/badge.js",
                "content\/review.js",
                "content\/brandInfo.js",
                "content\/init.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "config.js",
            "utils.js",
            "xpaths.js",
            "background\/request.js",
            "background\/fetchDeal.js",
            "background\/merchants.js",
            "background\/reviewer.js",
            "background\/sellerInfo.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "fonts\/Galada\/Galada-Regular.ttf",
        "fonts\/Lily_Script_One\/LilyScriptOne-Regular.ttf",
        "imgs\/popup_deal_tag.png",
        "imgs\/hand-finger-pointing-down.png",
        "imgs\/facebook.png",
        "imgs\/coupot_512.png",
        "imgs\/instagram-logo.png",
        "imgs\/facebook-logo-button.png",
        "imgs\/price_down_to.png"
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "imgs\/coupot_16.png",
        "24": "imgs\/coupot_24.png",
        "32": "imgs\/coupot_32.png",
        "128": "imgs\/coupot_128.png"
    }
}