EasyPIMS

Extension to collect data for the EasyPIMS platform.

Co je EasyPIMS?

EasyPIMS je rozšíření Chrome vyvinuté PIMCity Project, a jeho hlavní funkcí je „Extension to collect data for the EasyPIMS platform.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EasyPIMS

Stáhněte si soubory rozšíření EasyPIMS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název EasyPIMS EasyPIMS
ID mimpinmnbmpkiagdhljoillmjhhhapif
Oficiální URL https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif
Popis Extension to collect data for the EasyPIMS platform.
Velikost souboru 332 KB
Počet instalací 86
Aktuální Verze 1.0.0.4
Poslední Aktualizace 2023-01-21
Datum Vydání 2022-01-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář PIMCity Project
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.easypims.com/
URL Stránky Zásad Ochrany Soukromí https://easypims.pimcity-h2020.eu/privacy-policy.html
Podporované Jazyky 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"
    }
}