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