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.

O que é WeShop - Shopping Bookmark and Coupon Finder?

WeShop - Shopping Bookmark and Coupon Finder é uma extensão do Chrome desenvolvida por https://weshop.com, e sua principal característica é "You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WeShop - Shopping Bookmark and Coupon Finder

Baixe arquivos de extensão WeShop - Shopping Bookmark and Coupon Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome WeShop - Shopping Bookmark and Coupon Finder WeShop - Shopping Bookmark and Coupon Finder
ID neddhbnljocodjffhfgheohfhaddleaf
URL Oficial https://chromewebstore.google.com/detail/weshop-shopping-bookmark/neddhbnljocodjffhfgheohfhaddleaf
Descrição You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.
Tamanho do Arquivo 144 KB
Contagem de Instalações 74
Versão Atual 0.0.5
Última Atualização 2022-05-13
Data de Publicação 2022-03-29
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://weshop.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.weshop.com/
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}