iSistant

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

Qu'est-ce que iSistant ?

iSistant est une extension Chrome développée par https://isistant.io, et sa fonction principale est "Анализ магазина".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iSistant

Téléchargez les fichiers d'extension iSistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom iSistant iSistant
ID ccnjccoemjdajbmaompkjgmoidicnkpb
URL Officiel https://chromewebstore.google.com/detail/isistant/ccnjccoemjdajbmaompkjgmoidicnkpb
Description Анализ магазина
Taille du Fichier 1.14 MB
Nombre d'Installations 350
Version Actuelle 1.9.4
Dernière Mise à Jour 2024-02-17
Date de Publication 2022-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://isistant.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://isistant.io
URL de la Page d'Aide https://isistant.io
URL de la Page de Politique de Confidentialité https://isistant.io/privacy
Langues Prises en Charge 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"
    }
}