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