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"
}