OneCart - Smart Shopping Assistant

OneCart is a new smart way to shop online. Save the products you like and keep them in one place.

Что такое OneCart - Smart Shopping Assistant?

OneCart - Smart Shopping Assistant - это расширение Chrome, разработанное http://onecart.io, и его основная функция - "OneCart is a new smart way to shop online. Save the products you like and keep them in one place.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        OneCart - shop like a pro. It's a new smart way to save the products you like and keep them in one place. It’s developed to make your shopping experience more easy and effective. You can save any product from any online store as easy as click on a button.

ITS FREE! 
OneCart for Google Chrome is a free tool that let’s you save and track items you  love.

ORGANIZE WITH EASE. You can create a bunch of thematic collections and organize your saved items into collections. So it’s easy to find the item you need among a bunch of items you added. For example, you can have different collections for gifts, shoes, electronics, and others.

UP-TO-DATE PRICES. With OneCart it becomes not necessary to navigate the online store again and again to check the actual prices of products which you like. 
OneCart is doing it automatically for you! Just open your list and see up-to-date prices.

SEARCH ASSISTANT. OneCart allows you to find similar products in other online stores among products which other users saved to their lists. You just need to click on a product in your list.

ACCESS LIST EVERYWHERE. Whenever you save your product we link it to your OneCart account. So you can open extension anywhere, log in with your account and you will have access to all your items.

SIDEBAR EXTENSION. It was designed to make things as easy as possible. In order to save product you just need to click on OneCart icon. Popup will be opened where you can see the product you want to save and you can choose a collection for that product. At any time on any page, you can open sidebar and see the products you saved!

HOW TO USE IT?
Once installed you’ll find our button up at the right corner of your browser.
Browse all your favorite online stores, just as you normally would.
When you found a product you like, just click the OneCart icon and save it to your shopping list! The extension will be opened on the right side as a popup.
Group and organize products with collections to help you find them faster.
- Add any amount of collections
- Edit them at any time
- Remove unnecessary collections
- Remove unnecessary products from the collection
- Move products to another collection at any time

Have questions? Contact us at [email protected] or [email protected]                    

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

Название OneCart - Smart Shopping Assistant OneCart - Smart Shopping Assistant
ID pdjfdandpmkgkfjcindekdplbcgimoeh
Официальный URL https://chrome.google.com/webstore/detail/onecart-smart-shopping-as/pdjfdandpmkgkfjcindekdplbcgimoeh
Описание OneCart is a new smart way to shop online. Save the products you like and keep them in one place.
Размер файла 63.01 KB
Количество установок 899
Текущая Версия 1.6
Последнее Обновление 2019-08-08
Дата публикации 2019-08-08
Рейтинг 4.20/5 Всего 30 оценок
Разработчик http://onecart.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://onecart.io
URL страницы помощи https://onecart.io
URL страницы политики конфиденциальности https://onecart.io/policy
Поддерживаемые языки en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.6",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/BackgroundScript.js"
        ]
    },
    "browser_action": {
        "default_title": "OneCart - Smart Shopping Assistant"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/ContentScript.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/Logo.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "css\/inject-popup.css",
        "images\/Logo.png"
    ],
    "short_name": "OneCart",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}