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.

Wat is WeShop - Shopping Bookmark and Coupon Finder?

WeShop - Shopping Bookmark and Coupon Finder is een Chrome-extensie ontwikkeld door https://weshop.com, en de belangrijkste functie is "You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WeShop - Shopping Bookmark and Coupon Finder

Download WeShop - Shopping Bookmark and Coupon Finder-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

                        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                    

Basisinformatie over de Extensie

Naam WeShop - Shopping Bookmark and Coupon Finder WeShop - Shopping Bookmark and Coupon Finder
ID neddhbnljocodjffhfgheohfhaddleaf
Officiële URL https://chromewebstore.google.com/detail/weshop-shopping-bookmark/neddhbnljocodjffhfgheohfhaddleaf
Beschrijving You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.
Bestandsgrootte 144 KB
Aantal Installaties 74
Huidige Versie 0.0.5
Laatst Bijgewerkt 2022-05-13
Publicatiedatum 2022-03-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://weshop.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.weshop.com/
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}