EasyPIMS
Extension to collect data for the EasyPIMS platform.
Wat is EasyPIMS?
EasyPIMS is een Chrome-extensie ontwikkeld door PIMCity Project, en de belangrijkste functie is "Extension to collect data for the EasyPIMS platform.".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyPIMS
Download EasyPIMS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
-- 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
Basisinformatie over de Extensie
Naam | EasyPIMS |
ID | mimpinmnbmpkiagdhljoillmjhhhapif |
Officiële URL | https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif |
Beschrijving | Extension to collect data for the EasyPIMS platform. |
Bestandsgrootte | 332 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0.0.4 |
Laatst Bijgewerkt | 2023-01-21 |
Publicatiedatum | 2022-01-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | PIMCity Project |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.easypims.com/ |
URL van de Privacybeleid Pagina | https://easypims.pimcity-h2020.eu/privacy-policy.html |
Ondersteunde Talen | 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" } } |