StatFlow

StatFlow

Лучшее решение для анализа продаж любых товаров на маркетплейсе.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "StatFlow",
  "description": "Лучшее решение для анализа продаж любых товаров на маркетплейсе.",
  "version": "0.0.2.4",
  "icons": {
    "128": "logo_128x128.png"
  },
  "action": {
    "default_icon": "icon_n_sf.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://statflow.ru/",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.wildberries.ru/*"
      ],
      "js": [
        "index.js",
        "smart_info.js",
        "jquery-3.5.1.slim.min.js",
        "Chart.min.js"
      ],
      "css": [
        "bootstrap_changed.min.css",
        "index.css"
      ],
      "img": [
        "line.svg",
        "gist.svg"
      ]
    }
  ]
}