OneCart

Save all of your shopping items in one place and save money.

Co to jest OneCart?

OneCart to rozszerzenie Chrome opracowane przez https://onecart.app, a jego główną funkcją jest „Save all of your shopping items in one place and save money.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia OneCart

Pobierz pliki rozszerzeń OneCart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Tired of jumping between shopping sites? Having hard time keeping track of what you are shopping for?

With OneCart, you can add all items in one place! 

It will also monitor prices and find deals for you!

Nike, Etsy, Shein, Amazon...... OneCart supports thousands of e-commerce sites.

Save money and shopping hassle-free with OneCart!                    

Podstawowe informacje o rozszerzeniu

Nazwa OneCart OneCart
ID konafnhghhmkakeffeompdfmgodkfgia
Oficjalny URL https://chromewebstore.google.com/detail/onecart/konafnhghhmkakeffeompdfmgodkfgia
Opis Save all of your shopping items in one place and save money.
Rozmiar pliku 568 KB
Liczba instalacji 86
Aktualna Wersja 0.0.10
Ostatnia Aktualizacja 2023-09-26
Data Publikacji 2023-09-25
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper https://onecart.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onecart.app
Adres URL Strony Polityki Prywatności https://onecart.app/privacy
Obsługiwane Języki en,zh-CN
manifest.json
{
    "manifest_version": 3,
    "version": "0.0.10",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "src\/icons\/16.png",
        "48": "src\/icons\/48.png",
        "128": "src\/icons\/128.png"
    },
    "permissions": [
        "identity",
        "identity.email",
        "contextMenus",
        "storage",
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/onecart.app\/*",
        "https:\/\/api.onecart.app\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "css\/content-scripts.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/white.a6a054e3.svg",
                "assets\/plugin-vue_export-helper.71da73fc.js",
                "assets\/index.9cb6fcc2.js",
                "assets\/index.267fbc01.js",
                "assets\/index.js.68cb9e78.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "oauth2": {
        "client_id": "108857860964-cmmjev7hns87keb4in0tpbdv42073bb4.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "omnibox": {
        "keyword": "oc"
    },
    "action": {
        "default_title": "OneCart",
        "default_popup": "src\/popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js.68cb9e78.d76ed999.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "assets\/index.js.373df21d.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options\/index.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}