EasyPIMS
Extension to collect data for the EasyPIMS platform.
¿Qué es EasyPIMS?
EasyPIMS es una extensión de Chrome desarrollada por PIMCity Project, y su función principal es "Extension to collect data for the EasyPIMS platform.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión EasyPIMS
Descarga archivos de extensión EasyPIMS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
-- PROJECT FINISHED -- This extension is part of the EasyPIMS platform: https://www.easypims.com/ It collects the browsing history of the users to create a profile of them and inform users about their profile preferences. It also helps users wining points into the platform. The extension and the EasyPIMS platform are part of the PIMCity EU 2020 project https://www.pimcity.eu/ funded by the European Union Horizon 2020 Research and Innovation Programme under Grant Agreement No. 871370
Información Básica de la Extensión
Nombre | EasyPIMS |
ID | mimpinmnbmpkiagdhljoillmjhhhapif |
URL Oficial | https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif |
Descripción | Extension to collect data for the EasyPIMS platform. |
Tamaño del Archivo | 332 KB |
Cantidad de Instalaciones | 86 |
Versión Actual | 1.0.0.4 |
Última Actualización | 2023-01-21 |
Fecha de Publicación | 2022-01-25 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | PIMCity Project |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.easypims.com/ |
URL de la Página de Política de Privacidad | https://easypims.pimcity-h2020.eu/privacy-policy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyPIMS", "description": "Extension to collect data for the EasyPIMS platform.", "version": "1.0.0.4", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "src\/background.js" }, "permissions": [ "storage", "history", "webRequest", "identity", "alarms", "scripting" ], "action": { "default_popup": "\/html\/popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |