Pennyful CashBack India

The Pennyful CashBack chrome extension makes earning CashBack and finding coupons convenient.

Pennyful CashBack India란 무엇입니까?

Pennyful CashBack India은(는) Pennyful에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Pennyful CashBack chrome extension makes earning CashBack and finding coupons convenient."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pennyful CashBack India 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Pennyful CashBack chrome extension makes earning CashBack and finding Coupons convenient.

Never miss out on CashBack again! Get automatic CashBack alerts when you visit any of our partner online shopping sites or while searching on Google, Yahoo and Bing. Access your Pennyful account and the latest deals with a single click.


1. Automatic CashBack Alerts

Forgot to first visit Pennyful before visiting a partner shopping site? The Pennyful CashBack chrome extension will alert you whenever you are on a shopping site that offers CashBack through Pennyful!

2. CashBack Offers Displayed with Search Results 

Searching on Google, Yahoo or Bing for your favorite products or shopping sites? The Pennyful CashBack chrome extensions shows you the CashBack offers at each of the shopping sites right on the search results page!

3. Your Pennyful Account and Latest Deals in One Click

Manage your Pennyful account and view the latest cashback offers, coupons, and product deals in one single click. Simply click on the Pennyful CashBack button icon to access all this information. It's that easy!

What are you waiting for? Get the Pennyful CashBack chrome extension now and get paid for shopping! Save time. Save money. Earn CashBack.                    

확장 프로그램 기본 정보

이름 Pennyful CashBack India Pennyful CashBack India
ID diehogpnfiligfojjpdjlohijlkejdea
공식 URL https://chrome.google.com/webstore/detail/pennyful-cashback-india/diehogpnfiligfojjpdjlohijlkejdea
설명 The Pennyful CashBack chrome extension makes earning CashBack and finding coupons convenient.
파일 크기 126 KB
설치 횟수 165
현재 버전 1.9
최근 업데이트 2015-01-06
출시 날짜 2015-01-06
평점 4.93/5 총 15 개의 평점
개발자 Pennyful
결제 유형 free
확장 프로그램 웹 사이트 http://www.pennyful.in
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pennyful CashBack India",
    "version": "1.9",
    "manifest_version": 2,
    "short_name": "Pennyful Cashback India",
    "description": "The Pennyful CashBack chrome extension makes earning CashBack and finding coupons convenient.",
    "homepage_url": "http:\/\/www.pennyful.in\/",
    "incognito": "split",
    "browser_action": {
        "default_icon": "24.png",
        "default_title": "Pennyful"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.bing.com\/*",
                "https:\/\/*.bing.com\/*"
            ],
            "css": [
                "styles\/pennyful.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/bing.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.yahoo.com\/*",
                "https:\/\/*.yahoo.com\/*"
            ],
            "css": [
                "styles\/pennyful.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/yahoo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "styles\/pennyful.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/google.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.co.in\/*"
            ],
            "css": [
                "styles\/pennyful.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/google.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.bing.com\/*",
                "http:\/\/*.yahoo.com\/*",
                "https:\/\/*.yahoo.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.co.in\/*"
            ],
            "css": [
                "styles\/pennyful.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/chrome.js",
                "js\/common.js",
                "js\/template.js",
                "js\/storepage.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/webmanager.pennyful.com\/*",
        "http:\/\/webmanager.pennyful.in\/*",
        "http:\/\/www.pennyful.com\/*",
        "http:\/\/www.pennyful.in\/*"
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "24": "24.png",
        "19": "19.png",
        "16": "icon.png"
    },
    "web_accessible_resources": [
        "images\/favicon.png",
        "images\/icon_x.png",
        "images\/btng_tick.png",
        "images\/bubble_arrow.png",
        "images\/usa-flag.png",
        "images\/banner\/logo_fav.png",
        "images\/banner\/pop_bot_arrow.png",
        "js\/jquery.min.map"
    ]
}