Paperclip: Coupons & Cashback

Old Navy Coupons, Deals & More

¿Qué es Paperclip: Coupons & Cashback?

Paperclip: Coupons & Cashback es una extensión de Chrome desarrollada por https://hellopaperclip.com, y su función principal es "Old Navy Coupons, Deals & More".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Paperclip: Coupons & Cashback

Descarga archivos de extensión Paperclip: Coupons & Cashback en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Paperclip: Coupons & Cashback Paperclip: Coupons & Cashback
ID fagapomacigfjaoaidblmkapgldepkfn
URL Oficial https://chromewebstore.google.com/detail/paperclip-coupons-cashbac/fagapomacigfjaoaidblmkapgldepkfn
Descripción Old Navy Coupons, Deals & More
Tamaño del Archivo 2.75 MB
Cantidad de Instalaciones 1,193
Versión Actual 3.0.7
Última Actualización 2023-04-10
Fecha de Publicación 2022-01-03
Calificación 3.00/5 Total de 8 Calificaciones
Desarrollador https://hellopaperclip.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hellopaperclip.com
URL de la Página de Ayuda https://help.joingerald.com/en/collections/3441547-paperclip-101
URL de la Página de Política de Privacidad https://hellopaperclip.com/legal/privacy-policy
Idiomas Soportados 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;"
}