Safeway Coupon Add to Card

This extension adds all of the Safeway coupons to your card.

什么是Safeway Coupon Add to Card?

Safeway Coupon Add to Card是由rabble开发的Chrome扩展程序,该扩展的主要功能是“This extension adds all of the Safeway coupons to your card.”。

扩展截图

screenshot

下载Safeway Coupon Add to Card扩展crx文件

下载Safeway Coupon Add to Card扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you find this useful, please rate and if you'd like to see this maintained, please send a donation to:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVNCV8Y3N3X4 

Automatically add all Safeway, CARRS, and Vons coupons to your card with the click of a button! Click the red browser icon to load all of the coupons to your card.                    

扩展基本信息

名称 Safeway Coupon Add to Card Safeway Coupon Add to Card
ID emjlocdhpdhochckdiiimgkknophngjj
官方URL https://chromewebstore.google.com/detail/safeway-coupon-add-to-car/emjlocdhpdhochckdiiimgkknophngjj
简介 This extension adds all of the Safeway coupons to your card.
文件大小 40.11 KB
安装次数 672
当前版本 1.4
更新时间 2019-08-05
上架时间 2019-08-04
评分 4.46/5 共70次评分
开发者 rabble
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safeway Coupon Add to Card",
    "description": "This extension adds all of the Safeway coupons to your card.",
    "version": "1.4",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.safeway.com\/*",
                "https:\/\/www.carrsqc.com\/*",
                "https:\/\/www.vons.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}