PricePal

PricePal automatically finds you extra discounts at hundreds of online stores.

PricePal란 무엇입니까?

PricePal은(는) http://pricepal.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PricePal automatically finds you extra discounts at hundreds of online stores."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PricePal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Some people call it magic.  We've called it PricePal.  Either way, it's the new must-have for all Australian online shoppers!
 
PricePal is an amazing new browser extension that saves you money every day at hundreds of the most popular brands and stores online. 
 
All you have to do is shop online as you normally would and when you're on a store website that offers cashback or has a coupon available, PricePal will appear automatically at the top of your screen. 
 
Simply click the blue button on PricePal and you will automatically earn up to 30% cashback at your favourite stores, without interrupting your shopping.

**************************************

Key Features:
-  Access to hidden everyday discounts and offers at hundreds of stores
-  Appears at top of your browser window - no need to leave the store website
-  Unobtrusive – will only show at the beginning of your shopping session
-  Compare cashback offers right in your Google search results page
-  Created especially for Australian shoppers                    

확장 프로그램 기본 정보

이름 PricePal PricePal
ID ekbeecmjflmdedpmaaffjkjbdcomgnnf
공식 URL https://chrome.google.com/webstore/detail/pricepal/ekbeecmjflmdedpmaaffjkjbdcomgnnf
설명 PricePal automatically finds you extra discounts at hundreds of online stores.
파일 크기 840 KB
설치 횟수 1,000
현재 버전 2.0.2.2
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.83/5 총 6 개의 평점
개발자 http://pricepal.com.au
결제 유형 free
확장 프로그램 웹 사이트 http://pricepal.com.au/pricepal
도움말 페이지 URL http://pricepal.com.au/faq#PricePal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PricePal",
    "version": "2.0.2.2",
    "manifest_version": 2,
    "description": "PricePal automatically finds you extra discounts at hundreds of online stores.",
    "homepage_url": "https:\/\/pricepal.com.au\/pricepal",
    "author": "PricePal",
    "icons": {
        "16": "images\/16x16.png",
        "18": "images\/18x18.png",
        "20": "images\/20x20.png",
        "24": "images\/24x24.png",
        "32": "images\/32x32.png",
        "40": "images\/40x40.png",
        "48": "images\/48x48.png",
        "64": "images\/64x64.png",
        "96": "images\/96x96.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webRequest",
        "webNavigation",
        "contextMenus",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png",
            "64": "images\/64x64.png"
        },
        "default_title": "PricePal"
    },
    "background": {
        "scripts": [
            "scripts\/background_bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/content_bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/*.css"
    ]
}