Examine source code of MP Vendas Companion

Inspect and view changes in MP Vendas Companion source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MP Vendas Companion",
  "version": "1.0.8",
  "manifest_version": 3,
  "description": "Extensão complementar do sistema MP Vendas",
  "content_scripts": [
    {
      "matches": [
        "*://*.ctn.sistematodos.com.br/*",
        "*://*.cartaodetodosserver.com.br/*",
        "*://*.cdt.mpworld.com.br/*",
        "*://*.refuturiza.com.br/*",
        "*://*.idpv.cartaodetodos.com.br/*",
        "*://*.solicite.cartaodetodos.com.br/*",
        "*://*.pagamento.pagtodos.com.br/*",
        "*://*.10.8.1.1/*"
      ],
      "js": [
        "jquery-3.7.0.min.js",
        "inject.js",
        "avisos.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "./images/icon.png",
      "32": "./images/icon.png",
      "48": "./images/icon.png",
      "128": "./images/icon.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}