Seller Helper - помошник в работе с Ozon

Seller Helper - помошник в работе с Ozon

Помогает работать с данными и отчётами в ЛК OZON Seller

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Seller Helper - помошник в работе с Ozon",
  "description": "Помогает работать с данными и отчётами в ЛК OZON Seller",
  "version": "0.11.4",
  "manifest_version": 3,
  "icons": {
    "16": "icons/favicon16.png",
    "32": "icons/favicon32.png",
    "48": "icons/favicon48.png"
  },
  "default_locale": "ru",
  "author": "[email protected]",
  "action": {
    "default_popup": "public/popup.html"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "tabs",
    "storage",
    "downloads"
  ],
  "background": {
    "service_worker": "src/backend/background.js",
    "type": "module"
  },
  "host_permissions": [
    "https://seller.ozon.ru/*",
    "https://*.sellerhelper.pro/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://seller.ozon.ru/*"
    ]
  }
}