Crowd4Ems

Crowd4EMS extension

Crowd4Ems क्या है?

Crowd4Ems Scifabric LTD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crowd4EMS extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crowd4Ems एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}