EasyPIMS

Extension to collect data for the EasyPIMS platform.

什麼是EasyPIMS?

EasyPIMS是由PIMCity Project開發的Chrome擴展程式,該擴展的主要功能是“Extension to collect data for the EasyPIMS platform.”。

擴展截圖

screenshot

下載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 EasyPIMS
ID mimpinmnbmpkiagdhljoillmjhhhapif
官方網址 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"
    }
}