Seesiu

Seesiu: Earn rewards whilst shopping greener for FREE!

Seesiu là gì?

Seesiu là một tiện ích mở rộng Chrome được phát triển bởi Seesiu, và tính năng chính của nó là "Seesiu: Earn rewards whilst shopping greener for FREE!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Seesiu

Tải xuống các tệp mở rộng Seesiu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Make your online shopping greener and earn rewards for FREE!

Do you want to be rewarded for making your online shopping greener? It couldn’t be easier to shop greener with Seesiu and earn Seesiu Perks.

Seesiu exists to make your online shopping not only the most convenient way to shop but also the greenest.

Make your shopping greener by shopping with Seesiu - it’s really easy and you can earn rewards (we call these Seesiu Perks) to spend every time when you shop with one of our partner retailers. Oh, and one more thing - it’s totally free for you to do so!

Shopping with Seesiu is a win-win; a win for making your online shopping greener (we do this by purchasing carbon offsets - find out more) and a win for earning Seesiu Perks which can be redeemed at hundreds of retailers.

Seesiu is really easy to use. Once you install the Chrome extension, Seesiu will popup automatically when you visit one of our partner retailers’ sites so you always have the chance to earn Seesiu Perks and shop greener for free. You can also search in the extension for your favourite shops.

With Seesiu, greener online shopping has never been easier or more rewarding.

For more information on how we make your shopping greener, visit us at https://seesiu.com

By using this extension, you agree to the Seesiu Terms & Conditions                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Seesiu Seesiu
ID ijlcfmfaomniolicjemloddmoieadfko
URL Chính Thức https://chrome.google.com/webstore/detail/seesiu/ijlcfmfaomniolicjemloddmoieadfko
Mô tả Seesiu: Earn rewards whilst shopping greener for FREE!
Kích Thước Tệp 1.7 MB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.1.9
Cập Nhật Lần Cuối 2021-12-02
Ngày Phát Hành 2021-08-08
Đánh Giá 5.00/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Seesiu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://seesiu.com/
URL Trang Trợ Giúp https://seesiu.com/get-in-touch/
URL Trang Chính Sách Bảo Mật https://seesiu.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seesiu",
    "description": "Seesiu: Earn rewards whilst shopping greener for FREE!",
    "version": "1.1.9",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Seesiu: Earn rewards whilst shopping greener for FREE!"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "index.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "cookies",
        "http:\/\/localhost:3000\/",
        "*:\/\/localhost:3000",
        "tabs",
        "*:\/\/*\/",
        "https:\/\/*.google.com\/",
        "https:\/\/api.seesiu.com\/",
        " https:\/\/itscooltoshopgreener.seesiu.com\/"
    ],
    "web_accessible_resources": [
        "*.html",
        "images\/*.png",
        "style\/secure_extension.css",
        "script\/secure_extension.js",
        "template.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' https:\/\/extension.resource.com "
}