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?

Tapestri Rewards是由tapestri-rewards开发的Chrome扩展程序,该扩展的主要功能是“When you visit participating merchants the Shopping Assistant will alert you. You'll never miss a chance to earn rewards again!”。

扩展截图

screenshot

下载Tapestri Rewards扩展crx文件

下载Tapestri Rewards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tapestri Rewards Tapestri Rewards
ID lmodmdlgpgbjhdeidgebkielaidhmiig
官方URL https://chromewebstore.google.com/detail/tapestri-rewards/lmodmdlgpgbjhdeidgebkielaidhmiig
简介 When you visit participating merchants the Shopping Assistant will alert you. You'll never miss a chance to earn rewards again!
文件大小 303 KB
安装次数 503
当前版本 4.0.5
更新时间 2022-06-21
上架时间 2022-06-06
评分 3.50/5 共2次评分
开发者 tapestri-rewards
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tapestrirewards.io/
帮助页面URL https://tapestrirewards.io/help
隐私政策页面URL https://tapestrirewards.io/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}