Tapestri Rewards

When you visit participating merchants the Shopping Assistant will alert you. You'll never miss a chance to earn rewards again!

Tapestri Rewards là gì?

Tapestri Rewards là một tiện ích mở rộng Chrome được phát triển bởi tapestri-rewards, và tính năng chính của nó là "When you visit participating merchants the Shopping Assistant will alert you. You'll never miss a chance to earn rewards again!".

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

screenshot

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

Tải xuống các tệp mở rộng Tapestri Rewards 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

                        Tapestri Rewards is the smartest way to earn rewards on your next trip, deals in your city, or on things you buy every day. And it's Free!

Tapestri Rewards works with thousands of stores including Sephora, Kohl's, Home Depot, Living Social, Jos. A Bank, Groupon, and Walmart.

Plus get online coupons for free shipping, holiday sales, and special offers that we pick just for you.

Features you get with Tapestri Rewards:

REWARDS SHOPPING
Earn up to 30% on purchases you make at thousands of stores.

COPY COUPONS
Copy coupon codes and paste them at checkout with the click of a button.

FAVORITE STORES
Easy access to your favorite stores.


MY ACCOUNT
Check your rewards on the go! See your Pending rewards, History, and see when you'll receive your next credit from Tapestri Rewards.

PUSH NOTIFICATIONS
Get notified when you earn, on special offers at your favorite stores, and on hot coupons.                    

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

Tên Tapestri Rewards Tapestri Rewards
ID lmodmdlgpgbjhdeidgebkielaidhmiig
URL Chính Thức https://chromewebstore.google.com/detail/tapestri-rewards/lmodmdlgpgbjhdeidgebkielaidhmiig
Mô tả When you visit participating merchants the Shopping Assistant will alert you. You'll never miss a chance to earn rewards again!
Kích Thước Tệp 303 KB
Số Lần Cài Đặt 503
Phiên Bản Hiện Tại 4.0.5
Cập Nhật Lần Cuối 2022-06-21
Ngày Phát Hành 2022-06-06
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tapestri-rewards
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tapestrirewards.io/
URL Trang Trợ Giúp https://tapestrirewards.io/help
URL Trang Chính Sách Bảo Mật https://tapestrirewards.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tapestri Rewards",
    "short_name": "tapestri",
    "description": "When you visit participating merchants the Shopping Assistant will alert you. You'll never miss a chance to earn rewards again!",
    "author": "Tapestri Rewards",
    "homepage_url": "https:\/\/tapestrirewards.io",
    "version": "4.0.5",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "img\/icon-16-default-color.png",
        "48": "img\/icon-48-default-color.png",
        "128": "img\/icon-128-default-color.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/icon-19-default-color.png",
            "38": "img\/icon-38-default-color.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "webNavigation",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon.png",
                "img\/logo.png",
                "img\/delete_light.png",
                "img\/delete_dark.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}