RGPD 1.25

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

Apa itu RGPD 1.25?

RGPD 1.25 adalah ekstensi Chrome yang dikembangkan oleh soporte.servosa, dan fitur utamanya adalah "Extensió per a que usuaris de Quadis puguin obtenir les dades mínimes necessàries pel sistema RGPD de Quadis. Treballa amb les…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RGPD 1.25

Unduh file ekstensi RGPD 1.25 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Treballa amb les eines que els propis usuaris han d'usar com a CRM i bàsicament recupera les dades que l'usuari està entrant en les pantalles d'aquestes eines i preomple el formulari de l'aplicació per a gestionar les RGPD de Quadis.

Només recull les dades que l'usuari està entrant en la pantalla de clients per a evitar la doble feina d'entrar la mateixa informació en dues aplicacions.                    

Informasi Dasar Ekstensi

Nama RGPD 1.25 RGPD 1.25
ID ghflelmcmkjkbjlmmphecfagengoaene
URL Resmi https://chromewebstore.google.com/detail/rgpd-125/ghflelmcmkjkbjlmmphecfagengoaene
Deskripsi Extensió per a que usuaris de Quadis puguin obtenir les dades mínimes necessàries pel sistema RGPD de Quadis. Treballa amb les…
Ukuran File 82.82 KB
Jumlah Instalasi 453
Versi Saat Ini 1.25
Terakhir Diperbarui 2024-02-28
Tanggal Publikasi 2020-02-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang soporte.servosa
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.quadis.es/legal
Bahasa yang Didukung ca
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RGPD 1.25",
    "version": "1.25",
    "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"
        }
    }
}