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.

Qu'est-ce que WeShop - Shopping Bookmark and Coupon Finder ?

WeShop - Shopping Bookmark and Coupon Finder est une extension Chrome développée par https://weshop.com, et sa fonction principale est "You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WeShop - Shopping Bookmark and Coupon Finder

Téléchargez les fichiers d'extension WeShop - Shopping Bookmark and Coupon Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WeShop - Shopping Bookmark and Coupon Finder WeShop - Shopping Bookmark and Coupon Finder
ID neddhbnljocodjffhfgheohfhaddleaf
URL Officiel 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.
Taille du Fichier 144 KB
Nombre d'Installations 74
Version Actuelle 0.0.5
Dernière Mise à Jour 2022-05-13
Date de Publication 2022-03-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://weshop.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.weshop.com/
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}