BigGo Shopping Assistant

Price comparison, product price history, and store promo codes. Smart shopping with BigGo Shopping Assistant.

What is BigGo Shopping Assistant?

BigGo Shopping Assistant is a Chrome extension developed by https://extension.biggo.com, and its main feature is "Price comparison, product price history, and store promo codes. Smart shopping with BigGo Shopping Assistant.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download BigGo Shopping Assistant Extension CRX File

Download BigGo Shopping Assistant 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

                        Viewing products on the store page:
1. Show the similar products, one click to slide the list by low to high products.
2. Right-click on the text and select "Search BigGo for..." to view the price comparisons.
3. Automatically search for and apply coupons when you shop online. Find the best promotions.

Search products:
Show the amount of the products and suggests other related products. Click the products to see more comparison results on the BigGo website. 

BigGo Shopping Assistant is your guide for shopping, helping you buy more and save more. Compare price automatically and check the discount codes quickly, finding the lowest price.                    

Extension Basic Information

Name BigGo Shopping Assistant BigGo Shopping Assistant
ID enlbnppjlpkmjponagpelanookhiejao
Official URL https://chromewebstore.google.com/detail/biggo-shopping-assistant/enlbnppjlpkmjponagpelanookhiejao
Description Price comparison, product price history, and store promo codes. Smart shopping with BigGo Shopping Assistant.
File Size 2.31 MB
Installation Count 262,042
Current Version 3.1.4
Last Updated 2024-03-04
Publish Date 2020-03-16
Rating 4.82/5 Total 363 Ratings
Developer https://extension.biggo.com
Email [email protected]
Payment Type free
Extension Website https://biggo.com
Help Page URL https://extension.biggo.com/welcome.php
Privacy Policy Page URL https://extension.biggo.com/privacy.php
Supported Languages id,ms,en,vi,es,es-419,pt-BR,hi,th,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/content.bundle.rollup.js",
                "js\/content.listener.rollup.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/iframe\/biggo.internal.listener.rollup.js"
            ],
            "matches": [
                "https:\/\/*.biggo.com.tw\/*",
                "https:\/\/*.biggo.jp\/*",
                "https:\/\/*.biggo.my\/*",
                "https:\/\/*.biggo.hk\/*",
                "https:\/\/*.biggo.sg\/*",
                "https:\/\/*.biggo.ph\/*",
                "https:\/\/*.biggo.co.th\/*",
                "https:\/\/*.biggo.id\/*",
                "https:\/\/*.vn.biggo.com\/*",
                "https:\/\/*.biggo.co.in\/*",
                "https:\/\/*.biggo.com.au\/*",
                "https:\/\/*.biggo.mx\/*",
                "https:\/\/*.biggo.com.br\/*",
                "https:\/\/*.extension.biggo.com\/*",
                "https:\/\/*.account.biggo.com\/*",
                "https:\/\/*.biggo.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "incognito": "spanning",
    "description": "__MSG_exdescription__",
    "icons": {
        "16": "icons\/biggo_ic_16.png",
        "32": "icons\/biggo_ic_32.png",
        "48": "icons\/biggo_ic_48.png",
        "128": "icons\/biggo_ic_128.png"
    },
    "name": "__MSG_exname__",
    "options_ui": {
        "page": "pages\/options\/options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.biggo.com.tw\/*",
            "https:\/\/*.biggo.jp\/*",
            "https:\/\/*.biggo.my\/*",
            "https:\/\/*.biggo.hk\/*",
            "https:\/\/*.biggo.sg\/*",
            "https:\/\/*.biggo.ph\/*",
            "https:\/\/*.biggo.co.th\/*",
            "https:\/\/*.biggo.id\/*",
            "https:\/\/*.vn.biggo.com\/*",
            "https:\/\/*.biggo.co.in\/*",
            "https:\/\/*.biggo.com.au\/*",
            "https:\/\/*.biggo.mx\/*",
            "https:\/\/*.biggo.com.br\/*",
            "https:\/\/*.extension.biggo.com\/*",
            "https:\/\/*.account.biggo.com\/*",
            "https:\/\/*.biggo.com\/*"
        ]
    },
    "default_locale": "en",
    "background": {
        "service_worker": ".\/js\/background.bundle.rollup.js"
    },
    "action": {
        "default_icon": "icons\/[email protected]",
        "default_popup": "pages\/popmenu\/popmenu.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*",
                "css\/*",
                "pages\/*",
                "template\/*",
                "style\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "permissions": [
        "tabs",
        "cookies",
        "contextMenus",
        "webNavigation",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "",
        "https:\/\/www.google.com\/*",
        "https:\/\/google.com\/*",
        "https:\/\/*.biggo.com.tw\/*",
        "https:\/\/*.biggo.jp\/*",
        "https:\/\/*.biggo.my\/*",
        "https:\/\/*.biggo.hk\/*",
        "https:\/\/*.biggo.sg\/*",
        "https:\/\/*.biggo.ph\/*",
        "https:\/\/*.biggo.co.th\/*",
        "https:\/\/*.biggo.id\/*",
        "https:\/\/*.vn.biggo.com\/*",
        "https:\/\/*.biggo.co.in\/*",
        "https:\/\/*.biggo.com.au\/*",
        "https:\/\/*.biggo.mx\/*",
        "https:\/\/*.biggo.com.br\/*",
        "https:\/\/*.extension.biggo.com\/*",
        "https:\/\/*.account.biggo.com\/*",
        "https:\/\/*.biggo.com\/*"
    ],
    "manifest_version": 3,
    "version": "3.1.4"
}