EasyPIMS
Extension to collect data for the EasyPIMS platform.
EasyPIMSとは何ですか?
EasyPIMSはPIMCity Projectによって開発されたChromeの拡張機能で、その主な機能は「Extension to collect data for the EasyPIMS platform.」です。
拡張機能のスクリーンショット
EasyPIMS拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |