EasyPIMS

Extension to collect data for the EasyPIMS platform.

Τι είναι το EasyPIMS;

Το EasyPIMS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PIMCity Project, και η κύρια λειτουργία του είναι "Extension to collect data for the EasyPIMS platform.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης EasyPIMS

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    }
}