Cashback service Paidwork

Get cashback for shopping online with Paidwork!

Cos'è Cashback service Paidwork?

Cashback service Paidwork è un'estensione di Chrome sviluppata da paidwork, e la sua funzione principale è "Get cashback for shopping online with Paidwork!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cashback service Paidwork

Scarica i file di estensione Cashback service Paidwork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cashback service Paidwork Cashback service Paidwork
ID lgflpnnppkfmdiabcmlnhmelojcpoljj
URL Ufficiale https://chromewebstore.google.com/detail/cashback-service-paidwork/lgflpnnppkfmdiabcmlnhmelojcpoljj
Descrizione Get cashback for shopping online with Paidwork!
Dimensione del File 600 KB
Conteggio Installazioni 4,000
Versione Corrente 1.3
Ultimo Aggiornamento 2024-01-10
Data di Pubblicazione 2023-04-28
Valutazione 4.84/5 Totale 558 Valutazioni
Sviluppatore paidwork
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.paidwork.com/
URL della Pagina di Aiuto https://support.paidwork.com/
URL della Pagina della Politica sulla Privacy https://policies.paidwork.com/privacy
Lingue Supportate 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\/"
    ]
}