EasyPIMS
Extension to collect data for the EasyPIMS platform.
什么是EasyPIMS?
EasyPIMS是由PIMCity Project开发的Chrome扩展程序,该扩展的主要功能是“Extension to collect data for the EasyPIMS platform.”。
扩展截图
下载EasyPIMS扩展crx文件
下载EasyPIMS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
-- 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
扩展基本信息
名称 | EasyPIMS |
ID | mimpinmnbmpkiagdhljoillmjhhhapif |
官方URL | https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif |
简介 | Extension to collect data for the EasyPIMS platform. |
文件大小 | 332 KB |
安装次数 | 86 |
当前版本 | 1.0.0.4 |
更新时间 | 2023-01-21 |
上架时间 | 2022-01-25 |
评分 | 5.00/5 共1次评分 |
开发者 | PIMCity Project |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.easypims.com/ |
隐私政策页面URL | https://easypims.pimcity-h2020.eu/privacy-policy.html |
支持的语言 | 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" } } |