EasyPIMS
Extension to collect data for the EasyPIMS platform.
What is EasyPIMS?
EasyPIMS is a Chrome extension developed by PIMCity Project, and its main feature is "Extension to collect data for the EasyPIMS platform.".
Extension Screenshots
Download EasyPIMS Extension CRX File
Download EasyPIMS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
-- 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
Extension Basic Information
Name | EasyPIMS |
ID | mimpinmnbmpkiagdhljoillmjhhhapif |
Official URL | https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif |
Description | Extension to collect data for the EasyPIMS platform. |
File Size | 332 KB |
Installation Count | 86 |
Current Version | 1.0.0.4 |
Last Updated | 2023-01-21 |
Publish Date | 2022-01-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | PIMCity Project |
[email protected] | |
Payment Type | free |
Extension Website | https://www.easypims.com/ |
Privacy Policy Page URL | https://easypims.pimcity-h2020.eu/privacy-policy.html |
Supported Languages | 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" } } |