Shopper Goggles

Additional marketing content.

Shopper Goggles là gì?

Shopper Goggles là một tiện ích mở rộng Chrome được phát triển bởi Shopper Goggles, và tính năng chính của nó là "Additional marketing content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopper Goggles

Tải xuống các tệp mở rộng Shopper Goggles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Shopper Goggles - change the way you shop

Nutritional, dietary or allergenic considerations to make when shopping? Want to make more informed choices about the health and beauty items you’re buying?
Put your Shopper Goggles on to get even more information about the products you’re looking at and the choices you’re making!

Shopper Goggles is FREE to download and provides you with a whole new way to look at your grocery shopping online.

Shopper Goggles enhances the standard product information available on most grocery retailers’ websites, using brand approved content.

Download it now and benefit from:
    - Hi-resolution multi image – see what’s in the pack!
    - Zoom in and read the product label
    - Spin and rotate your product (where available)
    - Not sure how big the pack is? Use our exclusive Handiscale tool to help with product size                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopper Goggles Shopper Goggles
ID npdjaggbmmkjjjmlijcamkahckajkjec
URL Chính Thức https://chromewebstore.google.com/detail/shopper-goggles/npdjaggbmmkjjjmlijcamkahckajkjec
Mô tả Additional marketing content.
Kích Thước Tệp 84.61 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 2.0.19
Cập Nhật Lần Cuối 2016-01-07
Ngày Phát Hành 2016-01-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Shopper Goggles
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.shoppergoggles.com
URL Trang Trợ Giúp http://www.shoppergoggles.com/faqs/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopper Goggles",
    "short_name": "Shopper Goggles",
    "description": "Additional marketing content.",
    "version": "2.0.19",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "author": "Brandbank Ltd.",
    "browser_action": {
        "default_title": "Shopper Goggles",
        "default_icon": {
            "16": "img\/icon16.png",
            "19": "img\/icon19.png",
            "38": "img\/icon38.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "commands": {
        "toggle-dev-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+End",
                "windows": "Ctrl+Shift+End",
                "mac": "Command+Shift+End",
                "chromeos": "Ctrl+Shift+End",
                "linux": "Ctrl+Shift+End"
            },
            "description": "Toggle developer mode"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.asda.com\/*",
                "*:\/\/*.morrisons.com\/*",
                "*:\/\/*.sainsburys.co.uk\/*",
                "*:\/\/*.tesco.com\/*",
                "*:\/\/*.waitrose.com\/*",
                "*:\/\/*.ocado.com\/*",
                "*:\/\/*.tesco.pl\/*",
                "*:\/\/*.itesco.sk\/*",
                "*:\/\/*.itesco.cz\/*",
                "*:\/\/*.kipa.com\/*",
                "*:\/\/*.tescolotus.com\/*",
                "*:\/\/*.tesco.hu\/*",
                "*:\/\/*.rossnet.pl\/*",
                "*:\/\/*.jumbo.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.1.1.min.js",
                "js\/plugin\/core.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.asda.com\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/asda.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.morrisons.com\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/morrisons.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.ocado.com\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/ocado.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.sainsburys.co.uk\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/sainsburys.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.tesco.pl\/*",
                "*:\/\/*.itesco.sk\/*",
                "*:\/\/*.itesco.cz\/*",
                "*:\/\/*.kipa.com\/*",
                "*:\/\/*.tescolotus.com\/*",
                "*:\/\/*.tesco.hu\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/tesco-intl.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.tesco.com\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/tesco.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.waitrose.com\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/waitrose.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.rossnet.pl\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/rossmann.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.jumbo.com\/*"
            ],
            "js": [
                "js\/plugin\/shopperGoggles.js",
                "js\/retailers\/jumbo.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "homepage_url": "http:\/\/shoppergoggles.com\/",
    "minimum_chrome_version": "25",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "js\/lib\/jquery-2.1.1.min.js",
        "js\/lib\/iframeResizer.js"
    ]
}