RGPD 1.28

RGPD 1.28

Extensió per a que usuaris de Quadis puguin obtenir les dades mínimes necessàries pel sistema RGPD de Quadis. Treballa amb les…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RGPD 1.28",
  "version": "1.28",
  "offline_enabled": true,
  "author": "SERVOSA",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.kiakars.es/*"
      ],
      "js": [
        "content_kars.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.imaweb.net/*",
        "*://salesvans.i.mercedes-benz.com/*"
      ],
      "js": [
        "content_imaweb.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://linkentry-euro.fiat.com/*"
      ],
      "js": [
        "content_fiat.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://es-opv.peugeot.com/*"
      ],
      "js": [
        "content_peugeot.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://bergec.force.com/Mitsubishi/*"
      ],
      "js": [
        "content_mitsubishi.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://www.customer360psa.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_peugeot_vn.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://customer-tool.webapp4you.eu/service/contact/visualisation?*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_peugeot_vo.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://crm.walcu.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_webycar.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://mitsubishi-es.bergeauto.com/*",
        "*://mitsubishi-es.astara.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_mitsubishi_sf.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://saicsmilorg2.lightning.force.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_mg_sf.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://hmes.dealer-portal.net/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_hyundai.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://jlr-glms.my.site.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_jaguar_landrover_sf.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://www.qonecta.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_qonecta.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://gestionquadis.motorflash.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "content_gestionquadis.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "action": {
    "default_title": "RGPD",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/quadis-16x16.png",
      "32": "/images/quadis-32x32.png",
      "48": "/images/quadis-48x48.png",
      "128": "/images/quadis-128x128.png"
    }
  }
}