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…

RGPD 1.25 là gì?

RGPD 1.25 là một tiện ích mở rộng Chrome được phát triển bởi soporte.servosa, và tính năng chính của nó là "Extensió per a que usuaris de Quadis puguin obtenir les dades mínimes necessàries pel sistema RGPD de Quadis. Treballa amb les…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RGPD 1.25

Tải xuống các tệp mở rộng RGPD 1.25 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RGPD 1.25 RGPD 1.25
ID ghflelmcmkjkbjlmmphecfagengoaene
URL Chính Thức https://chromewebstore.google.com/detail/rgpd-125/ghflelmcmkjkbjlmmphecfagengoaene
Mô tả Extensió per a que usuaris de Quadis puguin obtenir les dades mínimes necessàries pel sistema RGPD de Quadis. Treballa amb les…
Kích Thước Tệp 82.82 KB
Số Lần Cài Đặt 453
Phiên Bản Hiện Tại 1.25
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-02-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển soporte.servosa
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.quadis.es/legal
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}