Paperclip: Coupons & Cashback

Old Navy Coupons, Deals & More

Qu'est-ce que Paperclip: Coupons & Cashback ?

Paperclip: Coupons & Cashback est une extension Chrome développée par https://hellopaperclip.com, et sa fonction principale est "Old Navy Coupons, Deals & More".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Paperclip: Coupons & Cashback

Téléchargez les fichiers d'extension Paperclip: Coupons & Cashback au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Everyone loves to save money, but not everyone has the time to search for coupons and deals. That’s where Paperclip comes in. Paperclip saves you money at major stores by automatically applying coupons, deals, offers, promo codes and more. Paperclip also makes shopping and budgeting easier with cash advances, rewards, and buy now pay later features.

Get Coupons for the Stores You Shop At Most

Getting your deals is easy. For instance, you can get your Walmart coupons while browsing the Walmart website. Simply install the Paperclip extension, do your Walmart shopping and our extension will suggest and apply Walmart coupons and promo codes that we’ve found for you. It’s that easy!

Personalized Deals, Offers, and Discounts for Ultimate Savings

As you use Paperclip, you’ll get more deals, offers and discounts for the stores where you consistently shop. This way you can save money on the things you actually purchase, instead of random offers that aren’t relevant to you.

Earn Cash Back & Rewards 

When you use Paperclip, we reward you for using our features. You’ll get cash back, rewards and access to larger advances when you use our app and learn how to manage your money.

Make shopping even easier with instant cash back. As you use Paperclip, you’ll gradually get access to bigger advances. With instant cash back and rewards, you can quickly pay for purchases and cover bills when needed. Unlike payday loan companies, you don’t have to worry about hidden fees or interest rates.

Get Money Every Single Month

Paperclip is a better and easier alternative to Amazon Shopper Panel. You can use Paperclip while you shop on Amazon and any other store while earning cash back. Not only does Paperclip work at all of your favorite stores, but you also don’t have to worry about uploading pictures of your receipts! Automatically get rewards and earn money every month. 


Get Coupons and Promo Codes Right from Your Browser

Our browser extension works on both mobile and web browsers, so you can get your coupons wherever you shop. We offer an extension for both Google Chrome and Safari browsers.

Learn More to Save More

Money management skills are essential. That’s why we included tons of financial advice videos that you can access right from our app. But we also believe you should be rewarded for learning how to manage your money. This is why watching our financial advice videos unlocks larger cash advances and other perks. Essentially, you get paid for learning!

Shop with Paperclip Today

Ready to shop with Paperclip, save more money and get cash when you need it? Shop with Paperclip today and add it to your browser!                    

Informations de Base sur l'Extension

Nom Paperclip: Coupons & Cashback Paperclip: Coupons & Cashback
ID fagapomacigfjaoaidblmkapgldepkfn
URL Officiel https://chromewebstore.google.com/detail/paperclip-coupons-cashbac/fagapomacigfjaoaidblmkapgldepkfn
Description Old Navy Coupons, Deals & More
Taille du Fichier 2.75 MB
Nombre d'Installations 1,193
Version Actuelle 3.0.7
Dernière Mise à Jour 2023-04-10
Date de Publication 2022-01-03
Évaluation 3.00/5 Total 8 Évaluations
Développeur https://hellopaperclip.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hellopaperclip.com
URL de la Page d'Aide https://help.joingerald.com/en/collections/3441547-paperclip-101
URL de la Page de Politique de Confidentialité https://hellopaperclip.com/legal/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Old Navy Coupons, Deals & More",
    "version": "3.0.7",
    "manifest_version": 2,
    "name": "Paperclip: Coupons & Cashback",
    "short_name": "Paperclip",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "[email protected]",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.styles.css"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "[email protected]",
            "38": "[email protected]"
        },
        "default_title": "Paperclip: Coupons & Cashback"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "\/*"
    ],
    "author": "",
    "permissions": [
        "storage",
        "cookies",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/next-integrations\/integrations\/vendor\/commons.54701049fd6fb8497e9e.js.gz https:\/\/sdk.1flow.app\/js\/1flow.js https:\/\/1flow.app\/js\/1flow.js; object-src 'self'; script-src-elem 'self' https:\/\/cdn.segment.com\/next-integrations\/integrations\/vendor\/commons.54701049fd6fb8497e9e.js.gz https:\/\/sdk.1flow.app\/js\/1flow.js  https:\/\/1flow.app\/js\/1flow.js;"
}