Amazon Coupon finder

Add a PopUp to to show Amazon Coupons

Amazon Coupon finder क्या है?

Amazon Coupon finder https://pricecraft.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a PopUp to to show Amazon Coupons"।

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

screenshot
screenshot

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

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

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

                        Get a discount for what you're looking for!
No more discounts that you don't need. This extension shows you clearly listed products in a table with prices and discounts.

Install the extension to find the best discounts on Amazon.
It's easy and free!                    

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

नाम Amazon Coupon finder Amazon Coupon finder
ID pbcioanldnhmlhlpjkifjlobjhieopic
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-coupon-finder/pbcioanldnhmlhlpjkifjlobjhieopic
विवरण Add a PopUp to to show Amazon Coupons
फ़ाइल का आकार 296 KB
स्थापना संख्या 682
वर्तमान संस्करण 1.1.0.3
अंतिम अपडेट 2024-02-02
प्रकाशन तिथि 2023-02-07
डेवलपर https://pricecraft.de
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://pricecraft.de/police.html
समर्थित भाषाएँ de,en,en-GB,en-US,fr,nl,tr,es,it,pl,cs
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/js\/jquery-3.6.0.min.js",
                ".\/jumper.js",
                ".\/functions.js",
                ".\/js\/bootstrap.min.js",
                ".\/js\/jquery.dataTables.js",
                ".\/js\/dataTables.bootstrap4.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src-elem 'self' 'unsafe-inline'; img-src * data:;"
    },
    "default_locale": "en",
    "description": "__MSG_appdesc__",
    "icons": {
        "128": "img\/FavIcon128x128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_appname__",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/",
        "https:\/\/www.amazon.de\/",
        "https:\/\/www.amazon.it\/",
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/www.amazon.fr\/",
        "https:\/\/www.amazon.es\/",
        "https:\/\/m.media-amazon.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/index.html"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*"
            ]
        }
    ],
    "action": [],
    "short_name": "AMZ Coupon finder",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0.3"
}