UCapture Rewards

Save Money. Save the Planet.

UCapture Rewardsคืออะไร?

UCapture Rewards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ucapture.com และคุณลักษณะหลักของมันคือ "Save Money. Save the Planet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UCapture Rewards

ดาวน์โหลดไฟล์ส่วนขยาย UCapture Rewards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        UCapture offsets your carbon footprint, for free, when you shop online.

We get 30,000+ stores to contribute part of your purchase to carbon offset projects like reforestation and methane capture.

Also, our extension automatically applies the best discount code available so you can save money and help save the planet!

* We do not track your browsing or collect any personal data or payment information.

Visit www.ucapture.com to learn more about our mission to combat climate change.

By using this add-on, you agree to the UCapture Terms & Conditions available at https://www.ucapture.com/terms                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UCapture Rewards UCapture Rewards
ID hnociiieoppkkmjgdaimecfddognpied
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ucapture-rewards/hnociiieoppkkmjgdaimecfddognpied
คำอธิบาย Save Money. Save the Planet.
ขนาดไฟล์ 4.72 MB
จำนวนการติดตั้ง 2,195
เวอร์ชันปัจจุบัน 9.5.7
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2020-06-08
คะแนน 4.96/5 รวมทั้งหมด 189 คะแนน
ผู้พัฒนา https://www.ucapture.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ucapture.com
URL หน้าช่วยเหลือ https://www.ucapture.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.ucapture.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UCapture Rewards",
    "author": "UCapture Rewards",
    "version": "9.5.7",
    "manifest_version": 3,
    "description": "Save Money. Save the Planet.",
    "icons": {
        "16": "icons\/on\/on_16x16.png",
        "32": "icons\/on\/on_32x32.png",
        "48": "icons\/on\/on_48x48.png",
        "128": "icons\/on\/on_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; default-src 'self' ; connect-src 'self' https:\/\/75de-122-179-203-168.in.ngrok.io https:\/\/j0iu42rti8.execute-api.us-east-1.amazonaws.com https:\/\/api.ucapture.com https:\/\/ucapture-prod-api.azurewebsites.net  https:\/\/www.google-analytics.com https:\/\/d2qd94mtxwvfwy.cloudfront.net https:\/\/d1jtwi238m4qhm.cloudfront.net https:\/\/d3tj24lx4p66me.cloudfront.net http:\/\/ucapture-assets.azureedge.net https:\/\/d2abvda1wnic.cloudfront.net ; img-src 'self' https:\/\/ucapture-assets.s3.us-east-2.amazonaws.com https:\/\/ucapture-assets.azureedge.net https:\/\/white-label-assets.s3.amazonaws.com;"
    },
    "permissions": [
        "tabs",
        "cookies",
        "alarms",
        "webRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/css\/*",
                "\/fonts\/*",
                "\/icons\/*",
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/off\/off_16x16.png",
            "32": "icons\/off\/off_32x32.png",
            "48": "icons\/off\/off_48x48.png",
            "128": "icons\/off\/off_128x128.png"
        },
        "default_title": "UCapture Rewards",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}