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