Crowd4Ems

Crowd4EMS extension

Crowd4Ems là gì?

Crowd4Ems là một tiện ích mở rộng Chrome được phát triển bởi Scifabric LTD, và tính năng chính của nó là "Crowd4EMS extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crowd4Ems

Tải xuống các tệp mở rộng Crowd4Ems dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crowd4Ems Crowd4Ems
ID fdmilbpggainnlmppmkknkiioedmdgai
URL Chính Thức https://chromewebstore.google.com/detail/crowd4ems/fdmilbpggainnlmppmkknkiioedmdgai
Mô tả Crowd4EMS extension
Kích Thước Tệp 3.17 MB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2018-12-04
Ngày Phát Hành 2018-12-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Scifabric LTD
Loại Thanh Toán free
Trang Web Mở Rộng https://crowd4ems.org
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}