PerxPal

Earn rewards for shopping with PerxPal

PerxPal란 무엇입니까?

PerxPal은(는) PerxPal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn rewards for shopping with PerxPal"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PerxPal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "PerxPal is a unique rewards platform that allows you to earn cash back or cryptocurrency rewards for shopping with your favorite brands. Whether you're buying clothes, electronics, groceries, or anything else, you can earn rewards simply by making purchases through the PerxPal platform.

PerxPal partners with hundreds of popular retailers and brands, so you can easily find the products you love and earn rewards while you shop. And with the option to choose between cash back or cryptocurrency rewards, you have the flexibility to choose the type of reward that works best for you.

Using PerxPal is easy and convenient. Simply sign up for a free account, browse the available offers and deals, and start shopping. As you make purchases, your rewards will accumulate in your PerxPal account, where you can track your earnings and cash out when you're ready.

In addition to earning rewards for shopping, PerxPal also offers a variety of other perks and benefits to its members. This includes access to exclusive deals and promotions, as well as the ability to refer friends and earn even more rewards.

Overall, PerxPal is an innovative rewards platform that provides a fun and easy way to earn rewards for shopping. With its wide range of partner brands and flexible reward options, it's a great choice for anyone who loves to shop and wants to earn rewards while they do it."                    

확장 프로그램 기본 정보

이름 PerxPal PerxPal
ID eemmnknbbiddpeeghddjdgakbiebchne
공식 URL https://chromewebstore.google.com/detail/perxpal/eemmnknbbiddpeeghddjdgakbiebchne
설명 Earn rewards for shopping with PerxPal
파일 크기 2.02 MB
설치 횟수 80
현재 버전 0.0.6
최근 업데이트 2023-10-08
출시 날짜 2023-05-06
평점 5.00/5 총 5 개의 평점
개발자 PerxPal
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://perxpal.xyz
도움말 페이지 URL https://perxpal.xyz/contact-us
개인정보 보호 정책 페이지 URL https://perxpal.xyz/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Earn rewards for shopping with PerxPal",
    "version": "0.0.6",
    "manifest_version": 3,
    "short_name": "PerxPal",
    "name": "PerxPal",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon128-active.png"
    },
    "icons": {
        "128": "icon128-active.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectTripInfoScript.js",
                "*.css",
                "icon128-active.png",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}