Sears Shopping Assistant

Buy on Sears.com and pick up from a store near you.

Sears Shopping Assistant là gì?

Sears Shopping Assistant là một tiện ích mở rộng Chrome được phát triển bởi DataMiner, và tính năng chính của nó là "Buy on Sears.com and pick up from a store near you.".

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

screenshot

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

Tải xuống các tệp mở rộng Sears Shopping Assistant 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

                        In a hurry? We automatically find local neighborhood stores that have items that you looking at online. 

Buy on Sears.com and pick up from a store near you.                    

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

Tên Sears Shopping Assistant Sears Shopping Assistant
ID edpfbkanamlfniagpjlgjfghagekhmpo
URL Chính Thức https://chrome.google.com/webstore/detail/sears-shopping-assistant/edpfbkanamlfniagpjlgjfghagekhmpo
Mô tả Buy on Sears.com and pick up from a store near you.
Kích Thước Tệp 95.5 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.34
Cập Nhật Lần Cuối 2015-07-26
Ngày Phát Hành 2015-07-26
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển DataMiner
Loại Thanh Toán free
Trang Web Mở Rộng http://www.softwareinnovationlab.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sears Shopping Assistant",
    "short_name": "Sears Shopping Assistant",
    "version": "1.34",
    "description": "Buy on Sears.com and pick up from a store near you.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "html\/popup.html",
        "default_title": "Sears"
    },
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "lib\/google-analytics-bundle.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; http:\/\/api.developer.sears.com; object-src 'self'"
}