EasyPIMS

Extension to collect data for the EasyPIMS platform.

Co to jest EasyPIMS?

EasyPIMS to rozszerzenie Chrome opracowane przez PIMCity Project, a jego główną funkcją jest „Extension to collect data for the EasyPIMS platform.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia EasyPIMS

Pobierz pliki rozszerzeń EasyPIMS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        -- 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                    

Podstawowe informacje o rozszerzeniu

Nazwa EasyPIMS EasyPIMS
ID mimpinmnbmpkiagdhljoillmjhhhapif
Oficjalny URL https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif
Opis Extension to collect data for the EasyPIMS platform.
Rozmiar pliku 332 KB
Liczba instalacji 86
Aktualna Wersja 1.0.0.4
Ostatnia Aktualizacja 2023-01-21
Data Publikacji 2022-01-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper PIMCity Project
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.easypims.com/
Adres URL Strony Polityki Prywatności https://easypims.pimcity-h2020.eu/privacy-policy.html
Obsługiwane Języki 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"
    }
}