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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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;"
}