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)是由Pock開發的Chrome擴展程式,該擴展的主要功能是“Pock works in the background of Chrome searching for coupons, better prices and offers that save you money.”。

擴展截圖

screenshot

下載Pock - Coupons & Shopping Tools (On Screen)擴展crx文件

下載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
官方網址 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\/*"
    ]
}