EasyPIMS
Extension to collect data for the EasyPIMS platform.
Cos'è EasyPIMS?
EasyPIMS è un'estensione di Chrome sviluppata da PIMCity Project, e la sua funzione principale è "Extension to collect data for the EasyPIMS platform.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyPIMS
Scarica i file di estensione EasyPIMS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
-- 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
Informazioni di Base sull'Estensione
Nome | EasyPIMS |
ID | mimpinmnbmpkiagdhljoillmjhhhapif |
URL Ufficiale | https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif |
Descrizione | Extension to collect data for the EasyPIMS platform. |
Dimensione del File | 332 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 1.0.0.4 |
Ultimo Aggiornamento | 2023-01-21 |
Data di Pubblicazione | 2022-01-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | PIMCity Project |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.easypims.com/ |
URL della Pagina della Politica sulla Privacy | https://easypims.pimcity-h2020.eu/privacy-policy.html |
Lingue Supportate | 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" } } |