PerxPal

Earn rewards for shopping with PerxPal

PerxPalとは何ですか?

PerxPalはPerxPalによって開発されたChromeの拡張機能で、その主な機能は「Earn rewards for shopping with PerxPal」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

PerxPal拡張機能のCRXファイルをダウンロード

PerxPal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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
Eメール [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": [
                ""
            ]
        }
    ]
}