Cashback service Paidwork

Get cashback for shopping online with Paidwork!

Cashback service Paidwork란 무엇입니까?

Cashback service Paidwork은(는) paidwork에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get cashback for shopping online with Paidwork!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cashback service Paidwork 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Buy with Paidwork and earn money!
 
Paidwork extension in your browser will give you a notification about cashback during shopping online. When you visit online shop, this extension will signal cashback activation so you will not pass the money opportunity!
 
If icon in upper right corner will be green, the cashback is activated – every shopping will be marked on your account. 
If icon will be red, refresh the website and activate cashback. You have always possibility to check your balance in this extension or in your account.
 
The use of cashback is very easy and doesn’t require any additional activities. It is only one click on the website. You can also receive notifications about changes on your account (list of shops, cashback status change, changes to the cashback service).
 
Keep up to date with every special offers and discounts in many shops. Gain profits and save money by the service cashback of Paidwork. 
 
Tell your friends about Paidwork and get awards! The more friends you will encourage the more you earn!
 
Try Paidwork and save money now!                    

확장 프로그램 기본 정보

이름 Cashback service Paidwork Cashback service Paidwork
ID lgflpnnppkfmdiabcmlnhmelojcpoljj
공식 URL https://chromewebstore.google.com/detail/cashback-service-paidwork/lgflpnnppkfmdiabcmlnhmelojcpoljj
설명 Get cashback for shopping online with Paidwork!
파일 크기 600 KB
설치 횟수 4,000
현재 버전 1.3
최근 업데이트 2024-01-10
출시 날짜 2023-04-28
평점 4.84/5 총 558 개의 평점
개발자 paidwork
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paidwork.com/
도움말 페이지 URL https://support.paidwork.com/
개인정보 보호 정책 페이지 URL https://policies.paidwork.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cashback service Paidwork",
    "version": "1.3",
    "default_locale": "en_US",
    "description": "Get cashback for shopping online with Paidwork!",
    "manifest_version": 3,
    "author": "paidwork",
    "icons": {
        "100": "img\/icon100.png",
        "128": "img\/icon128x128.png"
    },
    "action": {
        "default_title": "Cashback extension",
        "default_popup": "cashback-extension.html",
        "default_icon": "img\/icon100.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "unlimitedStorage",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/popup.css",
                "css\/box.css"
            ],
            "js": [
                "scripts\/box-click.js"
            ],
            "exclude_globs": [
                "https\/\/www.google.com\/*",
                "*google.com*",
                "*youtube*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "",
        "https:\/\/mobile.paidwork.com\/"
    ]
}