Amazon Coupon finder

Add a PopUp to to show Amazon Coupons

Amazon Coupon finder란 무엇입니까?

Amazon Coupon finder은(는) https://pricecraft.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a PopUp to to show Amazon Coupons"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Amazon Coupon finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}