AmazonCoupons Finder & Cashback

Discovery Amazon Promotions,Coupons, saving money easily!

Co to jest AmazonCoupons Finder & Cashback?

AmazonCoupons Finder & Cashback to rozszerzenie Chrome opracowane przez https://kinlighter.wordpress.com, a jego główną funkcją jest „Discovery Amazon Promotions,Coupons, saving money easily!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AmazonCoupons Finder & Cashback

Pobierz pliki rozszerzeń AmazonCoupons Finder & Cashback w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A easily using tool, find and discovery coupons on Amazon!
When you are looking for favorite products, this smart tool can find related coupons about products!
Just surfing on Amazon, you can get noticed when it find coupons.
A signal will appear on the Icon.
So just a click, you will get the coupons and saving your money!                    

Podstawowe informacje o rozszerzeniu

Nazwa AmazonCoupons Finder & Cashback AmazonCoupons Finder & Cashback
ID anpachgjlajlollalijcolegjkippkgp
Oficjalny URL https://chromewebstore.google.com/detail/amazoncoupons-finder-cash/anpachgjlajlollalijcolegjkippkgp
Opis Discovery Amazon Promotions,Coupons, saving money easily!
Rozmiar pliku 494 KB
Liczba instalacji 52
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-04-16
Data Publikacji 2021-02-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://kinlighter.wordpress.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sites.google.com/view/coupon-discovery/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AmazonCoupons Finder & Cashback",
    "version": "1.0.3",
    "description": "Discovery Amazon Promotions,Coupons, saving money easily!",
    "author": "huoword messi",
    "icons": {
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "\/pages\/popup.html",
        "default_title": "Find Coupons"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.5.1.min.js",
                "\/scripts\/content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "default_locale": "en",
    "permissions": [
        "storage",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/ligtermetadata-env.eba-xcxsh4ve.us-east-2.elasticbeanstalk.com\/"
    ]
}