EasyPIMS
Extension to collect data for the EasyPIMS platform.
EasyPIMS là gì?
EasyPIMS là một tiện ích mở rộng Chrome được phát triển bởi PIMCity Project, và tính năng chính của nó là "Extension to collect data for the EasyPIMS platform.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EasyPIMS
Tải xuống các tệp mở rộng EasyPIMS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
-- 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EasyPIMS |
ID | mimpinmnbmpkiagdhljoillmjhhhapif |
URL Chính Thức | https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif |
Mô tả | Extension to collect data for the EasyPIMS platform. |
Kích Thước Tệp | 332 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.0.0.4 |
Cập Nhật Lần Cuối | 2023-01-21 |
Ngày Phát Hành | 2022-01-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | PIMCity Project |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.easypims.com/ |
URL Trang Chính Sách Bảo Mật | https://easypims.pimcity-h2020.eu/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |