Crowd4Ems

Crowd4EMS extension

Crowd4Ems란 무엇입니까?

Crowd4Ems은(는) Scifabric LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crowd4EMS extension"입니다.

확장 프로그램 스크린샷

screenshot

Crowd4Ems 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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