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…
Co to jest RGPD 1.25?
RGPD 1.25 to rozszerzenie Chrome opracowane przez soporte.servosa, a jego główną funkcją jest „Extensió per a que usuaris de Quadis puguin obtenir les dades mínimes necessàries pel sistema RGPD de Quadis. Treballa amb les…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RGPD 1.25
Pobierz pliki rozszerzeń RGPD 1.25 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RGPD 1.25 |
ID | ghflelmcmkjkbjlmmphecfagengoaene |
Oficjalny URL | https://chromewebstore.google.com/detail/rgpd-125/ghflelmcmkjkbjlmmphecfagengoaene |
Opis | Extensió per a que usuaris de Quadis puguin obtenir les dades mínimes necessàries pel sistema RGPD de Quadis. Treballa amb les… |
Rozmiar pliku | 82.82 KB |
Liczba instalacji | 453 |
Aktualna Wersja | 1.25 |
Ostatnia Aktualizacja | 2024-02-28 |
Data Publikacji | 2020-02-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | soporte.servosa |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.quadis.es/legal |
Obsługiwane Języki | 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" } } } |