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
官方網址 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
電子郵箱 [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"
        }
    ]
}