Safeway Coupon Add to Card

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

Wat is Safeway Coupon Add to Card?

Safeway Coupon Add to Card is een Chrome-extensie ontwikkeld door rabble, en de belangrijkste functie is "This extension adds all of the Safeway coupons to your card.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Safeway Coupon Add to Card

Download Safeway Coupon Add to Card-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Safeway Coupon Add to Card Safeway Coupon Add to Card
ID emjlocdhpdhochckdiiimgkknophngjj
Officiële URL https://chromewebstore.google.com/detail/safeway-coupon-add-to-car/emjlocdhpdhochckdiiimgkknophngjj
Beschrijving This extension adds all of the Safeway coupons to your card.
Bestandsgrootte 40.11 KB
Aantal Installaties 672
Huidige Versie 1.4
Laatst Bijgewerkt 2019-08-05
Publicatiedatum 2019-08-04
Beoordeling 4.46/5 Totaal 70 Beoordelingen
Ontwikkelaar rabble
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}