WeShop - Shopping Bookmark and Coupon Finder

You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.

Was ist WeShop - Shopping Bookmark and Coupon Finder?

WeShop - Shopping Bookmark and Coupon Finder ist eine Chrome-Erweiterung, die von https://weshop.com entwickelt wurde, und ihr Hauptmerkmal ist "You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

WeShop - Shopping Bookmark and Coupon Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie WeShop - Shopping Bookmark and Coupon Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Using the WeShop extension, you can save any product from any site, find available coupons by just one click of "Save it." Time and money saved automatically, hassle-free shopping defined. 

- Click WeShop button directly on the product page
- WeShop recognizes product(s) from curated 60mn+ products from 10k+ sites and the numbers are growing daily!
- Save product to YourPage - as many as you want
- WeShop automatically finds the best and available coupons for you
- Access your item and coupons in one place - stay organized and updated
----------------------------------------------------

By using this add-on, you agree to the WeShop's Terms & Conditions available at: https://www.weshop.com/policy.html                    

Grundlegende Informationen zur Erweiterung

Name WeShop - Shopping Bookmark and Coupon Finder WeShop - Shopping Bookmark and Coupon Finder
ID neddhbnljocodjffhfgheohfhaddleaf
Offizielle URL https://chromewebstore.google.com/detail/weshop-shopping-bookmark/neddhbnljocodjffhfgheohfhaddleaf
Beschreibung You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.
Dateigröße 144 KB
Installationsanzahl 74
Aktuelle Version 0.0.5
Letztes Update 2022-05-13
Veröffentlichungsdatum 2022-03-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://weshop.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.weshop.com/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeShop - Shopping Bookmark and Coupon Finder",
    "description": "You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.",
    "version": "0.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/logo.png",
            "32": "assets\/images\/logo.png",
            "48": "assets\/images\/logo.png",
            "128": "assets\/images\/logo.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo.png",
        "32": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/zlib.js",
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/orcaapi.weshop.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}