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文件

下載Amazon Coupon Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}