EasyPIMS
Extension to collect data for the EasyPIMS platform.
EasyPIMS क्या है?
EasyPIMS PIMCity Project द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to collect data for the EasyPIMS platform."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EasyPIMS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |