Crowd4Ems

Crowd4EMS extension

什么是Crowd4Ems?

Crowd4Ems是由Scifabric LTD开发的Chrome扩展程序,该扩展的主要功能是“Crowd4EMS extension”。

扩展截图

screenshot

下载Crowd4Ems扩展crx文件

下载Crowd4Ems扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Gathering relevant information is a time consuming and crucial aspect of rapid mapping. We would rely on the community (Crowd Participation) to validate whether the collected data is relevant or not. If the step is filtered at the start, then it would save crucial time during or after a crisis.

Crowd4EMS chrome extension will enable the end users to send in relevant information pertaining to a particular disaster, especially during the initial hours and the volunteers can add these information as and when they come across. This would save a lot of time and manual effort in the later stage.                    

扩展基本信息

名称 Crowd4Ems Crowd4Ems
ID fdmilbpggainnlmppmkknkiioedmdgai
官方URL https://chromewebstore.google.com/detail/crowd4ems/fdmilbpggainnlmppmkknkiioedmdgai
简介 Crowd4EMS extension
文件大小 3.17 MB
安装次数 19
当前版本 1.0.7
更新时间 2018-12-04
上架时间 2018-12-04
评分 5.00/5 共1次评分
开发者 Scifabric LTD
付费类型 free
扩展官网 https://crowd4ems.org
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crowd4Ems",
    "version": "1.0.7",
    "description": "Crowd4EMS extension",
    "author": "Scifabric",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "storage",
        "tabs",
        "alarms",
        "background",
        "unlimitedStorage",
        "notifications"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "devtools_page": "pages\/devtools.html",
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/content.js"
    ]
}