iSistant

Анализ магазина

What is iSistant?

iSistant is a Chrome extension developed by https://isistant.io, and its main feature is "Анализ магазина".

Extension Screenshots

screenshot
screenshot
screenshot

Download iSistant Extension CRX File

Download iSistant 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

                        iSistant - Ваш надежный Ассистент при выходе на Вайлдберриз.  
 
Продаете или только собираетесь продавать товары на маркетплейсе Wildberries?
Вам нужна детальная статистика по количеству и скорости продаж ваших конкурентов? 
 
iSistant поможет Вам посмотреть статистику Вайлдберриз по ниже перечисленным показателям
 
- продажи товара
- продажи в категориях
- продажи по брендм
- средний оборот в месяц
- выручка за последние 30 дней чтобы увидеть динамику продаж
- экспорт статистики по товарам в виде Excel файла
- процент выкупа

Находите ходовые товары, экономьте время и масштабируйте Ваш бизнес с помощью iSistant!                    

Extension Basic Information

Name iSistant iSistant
ID ccnjccoemjdajbmaompkjgmoidicnkpb
Official URL https://chromewebstore.google.com/detail/isistant/ccnjccoemjdajbmaompkjgmoidicnkpb
Description Анализ магазина
File Size 1.14 MB
Installation Count 350
Current Version 1.9.4
Last Updated 2024-02-17
Publish Date 2022-06-12
Rating 5.00/5 Total 1 Ratings
Developer https://isistant.io
Email [email protected]
Payment Type free
Extension Website https://isistant.io
Help Page URL https://isistant.io
Privacy Policy Page URL https://isistant.io/privacy
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "iSistant",
    "name": "iSistant",
    "icons": {
        "16": "\/images\/isistant16.png",
        "48": "\/images\/isistant48.png",
        "128": "\/images\/isistant128.png"
    },
    "description": "\u0410\u043d\u0430\u043b\u0438\u0437 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430",
    "version": "1.9.4",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/app.isistant.io\/*",
        "https:\/\/isistant.io\/*",
        "https:\/\/www.wildberries.ru\/*"
    ],
    "permissions": [
        "cookies",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "iSistant"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.wildberries.ru\/*"
            ],
            "js": [
                ".\/static\/js\/content.js",
                ".\/static\/js\/main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}