Picodi.com Cashback

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

Picodi.com Cashbackとは何ですか?

Picodi.com Cashbackはhttps://picodi.comによって開発されたChromeの拡張機能で、その主な機能は「Install Picodi in your browser and start saving money when shopping online!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Picodi.com Cashback拡張機能のCRXファイルをダウンロード

Picodi.com Cashback拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Picodi.com Cashback Picodi.com Cashback
ID kafpjghdfockenndmdalblagbonhemkf
公式URL https://chromewebstore.google.com/detail/picodicom-cashback/kafpjghdfockenndmdalblagbonhemkf
説明 Install Picodi in your browser and start saving money when shopping online!
ファイルサイズ 1.46 MB
インストール数 118,600
現在のバージョン 7.5.9
最終更新日 2023-12-05
公開日 2021-02-17
評価 4.29/5 合計 166 レビュー
開発者 https://picodi.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.picodi.com
ヘルプページのURL https://help.picodi.com/
プライバシーポリシーページのURL https://www.picodi.com/uk/pages/privacy
対応言語 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\/*"
        ]
    }
}