iSistant

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

Was ist iSistant?

iSistant ist eine Chrome-Erweiterung, die von https://isistant.io entwickelt wurde, und ihr Hauptmerkmal ist "Анализ магазина".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

iSistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie iSistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name iSistant iSistant
ID ccnjccoemjdajbmaompkjgmoidicnkpb
Offizielle URL https://chromewebstore.google.com/detail/isistant/ccnjccoemjdajbmaompkjgmoidicnkpb
Beschreibung Анализ магазина
Dateigröße 1.14 MB
Installationsanzahl 350
Aktuelle Version 1.9.4
Letztes Update 2024-02-17
Veröffentlichungsdatum 2022-06-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://isistant.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://isistant.io
Hilfeseite URL https://isistant.io
URL der Datenschutzrichtlinien-Seite https://isistant.io/privacy
Unterstützte Sprachen 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"
    }
}