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
公式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
Eメール [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\/*"
    ]
}