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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        -- 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/
عنوان صفحة سياسة الخصوصية 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"
    }
}