Paperclip: Coupons & Cashback

Old Navy Coupons, Deals & More

什麼是Paperclip: Coupons & Cashback?

Paperclip: Coupons & Cashback是由https://hellopaperclip.com開發的Chrome擴展程式,該擴展的主要功能是“Old Navy Coupons, Deals & More”。

擴展截圖

screenshot
screenshot

下載Paperclip: Coupons & Cashback擴展crx文件

下載Paperclip: Coupons & Cashback擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Paperclip: Coupons & Cashback Paperclip: Coupons & Cashback
ID fagapomacigfjaoaidblmkapgldepkfn
官方網址 https://chromewebstore.google.com/detail/paperclip-coupons-cashbac/fagapomacigfjaoaidblmkapgldepkfn
簡介 Old Navy Coupons, Deals & More
檔案大小 2.75 MB
安裝次數 1,193
目前版本 3.0.7
更新時間 2023-04-10
上架時間 2022-01-03
評分 3.00/5 共 8 次評分
開發者 https://hellopaperclip.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hellopaperclip.com
說明頁面URL https://help.joingerald.com/en/collections/3441547-paperclip-101
隱私政策頁面URL https://hellopaperclip.com/legal/privacy-policy
支援的語言 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;"
}