PricePal

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

PricePalคืออะไร?

PricePal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pricepal.com.au และคุณลักษณะหลักของมันคือ "PricePal automatically finds you extra discounts at hundreds of online stores."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PricePal

ดาวน์โหลดไฟล์ส่วนขยาย PricePal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}