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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}