Cashaly

Cashback

Cashalyとは何ですか?

Cashalyはhttps://cashaly.comによって開発されたChromeの拡張機能で、その主な機能は「Cashback」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Shop online and get cashback with Cashaly!

Browser extension Cashaly will remind you the opportunity to collect cashback while purchasing. To ensure you don't miss the cashback when you visit the store, the plugin will prompt you to activate it.

We care about our customers. So we have developed this Extension tool to make the service easier for you to use. Look for the extension icon in the upper right corner of your browser. 

You have access to all stores. There is no need to visit the Cashaly website. Directly on the store's website, activate the cashback with just one click.

Be the first to find out about a store's most profitable promos, offers, and discounts. Shop with Cashaly cashback programme to enjoy even more perks and bonuses. Each of you will receive a bonus for referring a friend to Cashaly. You earn more money the more friends you invite.

To make your cashback journey simple, you must try our Extension!                    

拡張機能の基本情報

名前 Cashaly Cashaly
ID pippmdjiglnifkfncaofjemljalmnjif
公式URL https://chromewebstore.google.com/detail/cashaly/pippmdjiglnifkfncaofjemljalmnjif
説明 Cashback
ファイルサイズ 54.36 KB
インストール数 49
現在のバージョン 1.2
最終更新日 2023-03-29
公開日 2023-03-29
評価 5.00/5 合計 2 レビュー
開発者 https://cashaly.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.cashaly.com/
ヘルプページのURL https://skro.in/10426OX/
プライバシーポリシーページのURL https://www.cashaly.com/policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cashaly",
    "version": "1.2",
    "description": "Cashback",
    "manifest_version": 3,
    "author": "Cashaly",
    "action": {
        "default_popup": "index.html",
        "default_icon": "\/images\/icon-144.png",
        "default_title": "Shop online and get cashback with Cashaly!"
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ]
}