Paperclip: Coupons & Cashback

Old Navy Coupons, Deals & More

Vad är Paperclip: Coupons & Cashback?

Paperclip: Coupons & Cashback är en Chrome-tillägg utvecklad av https://hellopaperclip.com, och dess huvudfunktion är "Old Navy Coupons, Deals & More".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Paperclip: Coupons & Cashback-förlängningens CRX-fil

Ladda ner Paperclip: Coupons & Cashback-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Paperclip: Coupons & Cashback Paperclip: Coupons & Cashback
ID fagapomacigfjaoaidblmkapgldepkfn
Officiell webbadress https://chromewebstore.google.com/detail/paperclip-coupons-cashbac/fagapomacigfjaoaidblmkapgldepkfn
Beskrivning Old Navy Coupons, Deals & More
Filstorlek 2.75 MB
Antal Installationer 1,193
Aktuell Version 3.0.7
Senast Uppdaterad 2023-04-10
Publiceringsdatum 2022-01-03
Betyg 3.00/5 Totalt 8 Betyg
Utvecklare https://hellopaperclip.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hellopaperclip.com
Hjälpsida URL https://help.joingerald.com/en/collections/3441547-paperclip-101
URL till Sekretesspolicy Sidan https://hellopaperclip.com/legal/privacy-policy
Stödda Språk 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;"
}