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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        -- 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
공식 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"
    }
}