Stat4Market

Stat4Market

Точный анализ продаж товаров на Wildberries: продажи за период, упущенная выручка, прогноз на остаток и ещё 18 фишек.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stat4Market",
  "version": "3.1.1.131",
  "manifest_version": 3,
  "description": "Точный анализ продаж товаров на Wildberries: продажи за период, упущенная выручка, прогноз на остаток и ещё 18 фишек.",
  "content_scripts": [
    {
      "run_at": "document_start",
      "all_frames": false,
      "matches": [
        "https://wildberries.ru/*",
        "https://www.wildberries.ru/*"
      ],
      "css": [
        "css/s4m_2.css",
        "css/style.css",
        "css/modal.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/smooth-scrollbar.js",
        "js/js.cookie.js",
        "js/s4m_2.js",
        "js/sprite.js",
        "js/chart.min.js",
        "js/constants.js",
        "js/wb_pages/catalog.js",
        "js/wb_pages/common.js",
        "js/wb_pages/product.js",
        "js/wb_pages/ajax_products.js",
        "js/templates/catalog.js",
        "js/templates/popup.js",
        "js/templates/feedback.js",
        "modules/productWidget/index.js",
        "modules/popupRight/index.js",
        "modules/feedback/index.js",
        "modules/productCard/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "modules/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "https://*.stat4market.app/*",
    "https://*.stat4market.com/*",
    "https://*.wb.ru/*",
    "https://www.wildberries.ru/*"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "Stat4Market",
    "default_popup": "html/popup.html",
    "default_icon": "img/icon_128.png"
  }
}