EasyPIMS

Extension to collect data for the EasyPIMS platform.

O que é EasyPIMS?

EasyPIMS é uma extensão do Chrome desenvolvida por PIMCity Project, e sua principal característica é "Extension to collect data for the EasyPIMS platform.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EasyPIMS

Baixe arquivos de extensão EasyPIMS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome EasyPIMS EasyPIMS
ID mimpinmnbmpkiagdhljoillmjhhhapif
URL Oficial https://chromewebstore.google.com/detail/easypims/mimpinmnbmpkiagdhljoillmjhhhapif
Descrição Extension to collect data for the EasyPIMS platform.
Tamanho do Arquivo 332 KB
Contagem de Instalações 86
Versão Atual 1.0.0.4
Última Atualização 2023-01-21
Data de Publicação 2022-01-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor PIMCity Project
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.easypims.com/
URL da Página de Política de Privacidade https://easypims.pimcity-h2020.eu/privacy-policy.html
Idiomas Suportados 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"
    }
}