Bee Shopping - Price Comparison

Cheaper price automatically finder, Discount finder, Multiple sites comparison search tools for Shopping.

Wat is Bee Shopping - Price Comparison?

Bee Shopping - Price Comparison is een Chrome-extensie ontwikkeld door duanchou, en de belangrijkste functie is "Cheaper price automatically finder, Discount finder, Multiple sites comparison search tools for Shopping.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bee Shopping - Price Comparison

Download Bee Shopping - Price Comparison-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

                        When you are browsing products on shopping sites, automatically find the cheaper price for the same products by product ID from other shopping sites. The products matching rate is higher than 95%. 
Click the extension icon on the top right corner of browser, our Popup page list the most popular shopping sites in your country.
we provide multiple sites comparison search feature. You can search multiple shopping sites, and the search result page displays in One page. Including 2 sites left-right comparison search and 4 sites comparison search.                    

Basisinformatie over de Extensie

Naam Bee Shopping - Price Comparison Bee Shopping - Price Comparison
ID ecjfmpmjbmgmcafkdjgcflcniamfemnk
Officiële URL https://chromewebstore.google.com/detail/bee-shopping-price-compar/ecjfmpmjbmgmcafkdjgcflcniamfemnk
Beschrijving Cheaper price automatically finder, Discount finder, Multiple sites comparison search tools for Shopping.
Bestandsgrootte 1.05 MB
Aantal Installaties 50
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-13
Publicatiedatum 2021-08-13
Ontwikkelaar duanchou
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://beeshopping.beelab.com
Ondersteunde Talen id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_desc__",
    "version": "1.0",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.bestbuy.com\/*",
                "*:\/\/*.target.com\/*",
                "*:\/\/*.argos.co.uk\/*",
                "*:\/\/*.tesco.com\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.jd.com\/*",
                "*:\/\/*.suning.com\/*",
                "*:\/\/*.yhd.com\/*",
                "*:\/\/*.dangdang.com\/*",
                "*:\/\/*.gome.com.cn\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.sears.com\/*",
                "*:\/\/*.newegg.com\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.ikea.com\/*",
                "*:\/\/*.wiley.com\/*",
                "*:\/\/*.hm.com\/*",
                "*:\/\/*.macys.com\/*",
                "*:\/\/*.zappos.com\/*",
                "*:\/\/*.gap.com\/*",
                "*:\/\/*.forever21.com\/*",
                "*:\/\/*.overstock.com\/*",
                "*:\/\/*.redbubble.com\/*",
                "*:\/\/*.6pm.com\/*",
                "*:\/\/*.iherb.com\/*",
                "*:\/\/*.staples.com\/*",
                "*:\/\/*.walgreens.com\/*",
                "*:\/\/*.barnesandnoble.com\/*",
                "*:\/\/*.adidas.com\/*",
                "*:\/\/*.jcrew.com\/*",
                "*:\/\/*.blueandcream.com\/*",
                "*:\/\/*.neimanmarcus.com\/*",
                "*:\/\/*.bergdorfgoodman.com\/*",
                "*:\/\/*.shein.com\/*",
                "*:\/\/*.carters.com\/*",
                "*:\/\/*.nextdirect.com\/*",
                "*:\/\/*.shopbop.com\/*",
                "*:\/\/*.oasap.com\/*",
                "*:\/\/*.lalamall.com\/*",
                "*:\/\/*.finishline.com\/*",
                "*:\/\/*.buydig.com\/*",
                "*:\/\/*.gearbest.com\/*",
                "*:\/\/*.cosme-de.com\/*",
                "*:\/\/*.backcountry.com\/*",
                "*:\/\/*.newbalance.com\/*",
                "*:\/\/*.lightinthebox.com\/*",
                "*:\/\/*.saksfifthavenue.com\/*"
            ],
            "css": [
                "css\/compare.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/cldrjs\/dist\/cldr.js",
                "js\/cldrjs\/dist\/cldr\/event.js",
                "js\/cldrjs\/dist\/cldr\/supplemental.js",
                "js\/globalize\/dist\/globalize.js",
                "js\/globalize\/dist\/globalize\/message.js",
                "js\/globalize\/dist\/globalize\/number.js",
                "js\/globalize\/dist\/globalize\/plural.js",
                "js\/globalize\/dist\/globalize\/currency.js",
                "js\/selector.js",
                "js\/compareprice.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.com.au\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.cn\/*"
            ],
            "css": [
                "css\/discountfinder.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/discountfinder.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/epnt.ebay.com https:\/\/p.yiqifa.com; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "19": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Popular shopping sites",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "json\/*",
        "html\/tips.html",
        "html\/bubble.html",
        "html\/modellead.html",
        "img\/close_main.png"
    ]
}