SalesGenie - Sprzedawaj szybciej

SalesGenie - Sprzedawaj szybciej

Narzędzie do automatyzacji sprzedaży

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SalesGenie - Sprzedawaj szybciej",
  "version": "1.2.4",
  "description": "Narzędzie do automatyzacji sprzedaży",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.vinted.pl/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.vinted.pl/*"
      ],
      "resources": [
        "html/*"
      ]
    },
    {
      "matches": [
        "https://www.vinted.pl/*"
      ],
      "resources": [
        "app.js"
      ]
    }
  ],
  "manifest_version": 3
}