Amazon Coupon Finder

Amazon Coupon Finder - Find all possible coupons and free products on amazon.com

Amazon Coupon Finder란 무엇입니까?

Amazon Coupon Finder은(는) https://amazoncouponfinder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Coupon Finder - Find all possible coupons and free products on amazon.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Love saving money? Just wait til you try Amazon Coupon Finder.

Search for all possible coupons on amazon.

Find hidden coupons and hidden free products on amazon.com

All coupons are sorted in their special category so you can search by category.

Get notified when we find free products you can claim on amazon.

Amazon Coupon Finder helps you save huge amounts of cash on products you buy on amazon.

Find all coupons for amazon in one place.

Give it a try and you wont regret it. We promise you that.

--------------------------------------------------------------
By using this add-on, you agree to the Amazon Coupon Finder Terms & Conditions available at https://amazoncouponfinder.com/terms.html
--------------------------------------------------------------



All product names, logos, and brands are property of their respective owners. All company, product and service names used in this extension are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.



This extension is not a part of the Amazon website or Amazon.com Inc. 
Additionally, This extension is NOT endorsed by Amazon in any way. 
AMAZON is a trademark of AMAZON.COM, Inc.                    

확장 프로그램 기본 정보

이름 Amazon Coupon Finder Amazon Coupon Finder
ID bpbbngjgdfhngpcfimcecijjdfhknfeb
공식 URL https://chrome.google.com/webstore/detail/amazon-coupon-finder/bpbbngjgdfhngpcfimcecijjdfhknfeb
설명 Amazon Coupon Finder - Find all possible coupons and free products on amazon.com
파일 크기 109 KB
설치 횟수 251
현재 버전 1.0.3
최근 업데이트 2020-09-13
출시 날짜 2020-08-20
평점 3.00/5 총 4 개의 평점
개발자 https://amazoncouponfinder.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://amazoncouponfinder.com/
도움말 페이지 URL https://amazoncouponfinder.com/
개인정보 보호 정책 페이지 URL https://www.browserappsdev.xyz/p/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Coupon Finder",
    "description": "Amazon Coupon Finder - Find all possible coupons and free products on amazon.com",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "32": "images\/iconX32.png",
        "48": "images\/iconX48.png",
        "64": "images\/iconX64.png",
        "128": "images\/iconX128.png"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazoncouponfinder.com\/*",
        "https:\/\/*.ipinfo.io\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "alarms"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/amazoncouponfinder.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/iconX32.png",
            "48": "images\/iconX48.png",
            "64": "images\/iconX64.png",
            "128": "images\/iconX128.png"
        },
        "default_title": "Amazon Coupon Finder"
    },
    "homepage_url": "https:\/\/amazoncouponfinder.com"
}