EasyPIMS

Extension to collect data for the EasyPIMS platform.

Qu'est-ce que EasyPIMS ?

EasyPIMS est une extension Chrome développée par PIMCity Project, et sa fonction principale est "Extension to collect data for the EasyPIMS platform.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EasyPIMS

Téléchargez les fichiers d'extension EasyPIMS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom EasyPIMS EasyPIMS
ID mimpinmnbmpkiagdhljoillmjhhhapif
URL Officiel https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif
Description Extension to collect data for the EasyPIMS platform.
Taille du Fichier 332 KB
Nombre d'Installations 86
Version Actuelle 1.0.0.4
Dernière Mise à Jour 2023-01-21
Date de Publication 2022-01-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur PIMCity Project
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.easypims.com/
URL de la Page de Politique de Confidentialité https://easypims.pimcity-h2020.eu/privacy-policy.html
Langues Prises en Charge 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"
    }
}