Pock - Coupons & Shopping Tools (On Screen)

Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.

Pock - Coupons & Shopping Tools (On Screen)คืออะไร?

Pock - Coupons & Shopping Tools (On Screen) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pock และคุณลักษณะหลักของมันคือ "Pock works in the background of Chrome searching for coupons, better prices and offers that save you money."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pock - Coupons & Shopping Tools (On Screen)

ดาวน์โหลดไฟล์ส่วนขยาย Pock - Coupons & Shopping Tools (On Screen) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Do you find yourself frantically searching around for coupons and special offers when you are shopping online? Pock takes away these stresses by performing all of this in the background and alerting you when it finds something useful. All of this is done for FREE and by installing Pock you are going to save mega money online.


UPDATES

v1.1 - Page contents shifts so that coupon panel doesn't block cart button, highlighting
v1.0 - Ability to vote for coupons/offers to inform others if they work or not                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pock - Coupons & Shopping Tools (On Screen) Pock - Coupons & Shopping Tools (On Screen)
ID abmjbebaombgfnhpcbfmhopijdilefmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/abmjbebaombgfnhpcbfmhopijdilefmg
คำอธิบาย Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-09-14
วันที่เผยแพร่ 2018-09-14
คะแนน 4.81/5 รวมทั้งหมด 138 คะแนน
ผู้พัฒนา Pock
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pock.app/
URL หน้าช่วยเหลือ https://pock.app/faq.html
URL หน้านโยบายความเป็นส่วนตัว https://pock.app/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pock - Coupons & Shopping Tools (On Screen)",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/pock-icon-19.png",
            "38": "images\/pock-icon-38.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/excluded.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "19": "images\/pock-icon-19.png",
        "38": "images\/pock-icon-38.png",
        "128": "images\/pock-icon-128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "tabs",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "homepage_url": "https:\/\/pock.app\/",
    "web_accessible_resources": [
        "html\/panel.html",
        "images\/*"
    ]
}