Cashaly

Cashback

Cashaly란 무엇입니까?

Cashaly은(는) https://cashaly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cashback"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}