Picodi.com Cashback

Install Picodi in your browser and start saving money when shopping online!

What is Picodi.com Cashback?

Picodi.com Cashback is a Chrome extension developed by https://picodi.com, and its main feature is "Install Picodi in your browser and start saving money when shopping online!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Picodi.com Cashback Extension CRX File

Download Picodi.com Cashback extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Collect cashback and use discount codes - whenever you shop online.

Picodi will tell you at the right moment which discount code to use in the most popular shops and automatically insert it in the right field during shopping - so that the final price for your purchases is as low as possible!

High Cashback Rates!
Our cashback rates are the best on the market. You can earn from 1% to 30% of the amount spent on each online purchase and up to 100% with special offers. 

It’s super easy!
Using our cashback service is a piece of cake:
      +    Register or log in to Picodi.com.
      +    Go to the shop you are interested in and activate your cashback (Picodi will remind you automatically).
      +    Do your shopping and the applicable cashback amount will appear in your account.
      +    You can withdraw the collected cashback to your bank account, card or PayPal .

Discount Codes. It's easy!
Every time you shop, Picodi will show you discount codes and promotions for that shop. And for the most popular shops, it will insert the code in the relevant field itself! You don't have to do anything.

Special bonuses! Exclusive offers!
Picodi features special offers, extra bonuses and exclusive discounts for the most popular shops every day. Make sure you always benefit from the best offers and get the best cashback.

Friend referral program
Want to earn even more? Recommend our cashback to your friends! Send your referral link to them. Your friend will receive a welcome bonus, and when he or she completes an order, you will also receive extra funds in your Picodi account.

Always the latest discounts, promotions and discount codes!
Not just cashback! We check the whole internet every day and partner with shops. That's why you'll find all possible offers, promotions and discount codes for the shops you shop at in one place.

A large number of shops are included in the program!
We have over 3000 shops in our database which means that you can count on money back on practically every purchase! Stop overpaying and start making money on your purchases.

___________________________

Your data is safe with us. You can find details here: 
https://www.picodi.com/au/pages/policy
If you have any questions, please feel free to contact us via our form: https://www.picodi.com/au/contact                    

Extension Basic Information

Name Picodi.com Cashback Picodi.com Cashback
ID kafpjghdfockenndmdalblagbonhemkf
Official URL https://chromewebstore.google.com/detail/picodicom-cashback/kafpjghdfockenndmdalblagbonhemkf
Description Install Picodi in your browser and start saving money when shopping online!
File Size 1.46 MB
Installation Count 118,600
Current Version 7.5.9
Last Updated 2023-12-05
Publish Date 2021-02-17
Rating 4.29/5 Total 166 Ratings
Developer https://picodi.com
Email [email protected]
Payment Type free
Extension Website https://www.picodi.com
Help Page URL https://help.picodi.com/
Privacy Policy Page URL https://www.picodi.com/uk/pages/privacy
Supported Languages id,de,en,en-GB,en-US,vi,tr,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,th,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "[email protected]",
    "manifest_version": 3,
    "icons": {
        "16": "images\/logo\/16.png",
        "19": "images\/logo\/19.png",
        "32": "images\/logo\/32.png",
        "38": "images\/logo\/38.png",
        "48": "images\/logo\/48.png",
        "64": "images\/logo\/64.png",
        "96": "images\/logo\/96.png",
        "128": "images\/logo\/128.png",
        "256": "images\/logo\/256.png",
        "512": "images\/logo\/512.png"
    },
    "action": {
        "default_title": "Picodi"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "content.css",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "7.5.9",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.picodi.com\/*"
        ]
    }
}