EasyPIMS

Extension to collect data for the EasyPIMS platform.

Was ist EasyPIMS?

EasyPIMS ist eine Chrome-Erweiterung, die von PIMCity Project entwickelt wurde, und ihr Hauptmerkmal ist "Extension to collect data for the EasyPIMS platform.".

Erweiterungsscreenshots

screenshot

EasyPIMS-Erweiterungs-CRX-Datei herunterladen

Laden Sie EasyPIMS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name EasyPIMS EasyPIMS
ID mimpinmnbmpkiagdhljoillmjhhhapif
Offizielle URL https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif
Beschreibung Extension to collect data for the EasyPIMS platform.
Dateigröße 332 KB
Installationsanzahl 86
Aktuelle Version 1.0.0.4
Letztes Update 2023-01-21
Veröffentlichungsdatum 2022-01-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler PIMCity Project
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.easypims.com/
URL der Datenschutzrichtlinien-Seite https://easypims.pimcity-h2020.eu/privacy-policy.html
Unterstützte Sprachen 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"
    }
}