BigGo Shopping Assistant

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

Что такое BigGo Shopping Assistant?

BigGo Shopping Assistant - это расширение Chrome, разработанное https://extension.biggo.com, и его основная функция - "Price comparison, product price history, and store promo codes. Smart shopping with BigGo Shopping Assistant.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BigGo Shopping Assistant

Скачайте файлы расширений BigGo Shopping Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название BigGo Shopping Assistant BigGo Shopping Assistant
ID enlbnppjlpkmjponagpelanookhiejao
Официальный URL https://chromewebstore.google.com/detail/biggo-shopping-assistant/enlbnppjlpkmjponagpelanookhiejao
Описание Price comparison, product price history, and store promo codes. Smart shopping with BigGo Shopping Assistant.
Размер файла 2.31 MB
Количество установок 262,042
Текущая Версия 3.1.4
Последнее Обновление 2024-03-04
Дата публикации 2020-03-16
Рейтинг 4.82/5 Всего 363 оценок
Разработчик https://extension.biggo.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://biggo.com
URL страницы помощи https://extension.biggo.com/welcome.php
URL страницы политики конфиденциальности https://extension.biggo.com/privacy.php
Поддерживаемые языки 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"
}