Seller Pro Analytics

Seller Pro Analytics

Extensão criada para auxiliar Sellers do Mercado Livre a terem melhores resultados.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Seller Pro Analytics",
  "description": "Extensão criada para auxiliar Sellers do Mercado Livre a terem melhores resultados.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "style.css",
        "content.js",
        "chart.min.js"
      ]
    }
  ],
  "version": "0.0.0.16",
  "author": "Seller Pro",
  "action": {
    "default_icon": {
      "16": "./assests/images/LOGO ICONE.png",
      "32": "./assests/images/LOGO ICONE.png",
      "48": "./assests/images/LOGO ICONE.png",
      "128": "./assests/images/LOGO ICONE.png"
    },
    "default_title": "Seller Pro Analytcs",
    "default_popup": "index.html",
    "newtab": [
      "analytics.html",
      "salvos.html"
    ]
  },
  "icons": {
    "16": "./assests/images/LOGO ICONE.png",
    "32": "./assests/images/LOGO ICONE.png",
    "48": "./assests/images/LOGO ICONE.png",
    "128": "./assests/images/LOGO ICONE.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mercadolivre.com.br/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js",
        "chart.min.js"
      ]
    }
  ]
}