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.

What is WeShop - Shopping Bookmark and Coupon Finder?

WeShop - Shopping Bookmark and Coupon Finder is a Chrome extension developed by https://weshop.com, and its main feature is "You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WeShop - Shopping Bookmark and Coupon Finder Extension CRX File

Download WeShop - Shopping Bookmark and Coupon Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name WeShop - Shopping Bookmark and Coupon Finder WeShop - Shopping Bookmark and Coupon Finder
ID neddhbnljocodjffhfgheohfhaddleaf
Official URL https://chromewebstore.google.com/detail/weshop-shopping-bookmark/neddhbnljocodjffhfgheohfhaddleaf
Description You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.
File Size 144 KB
Installation Count 74
Current Version 0.0.5
Last Updated 2022-05-13
Publish Date 2022-03-29
Rating 5.00/5 Total 3 Ratings
Developer https://weshop.com
Email [email protected]
Payment Type free
Extension Website https://www.weshop.com/
Supported Languages 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": [
                ""
            ]
        }
    ]
}