Crowd4Ems

Crowd4EMS extension

ما هو Crowd4Ems؟

Crowd4Ems هو إضافة Chrome تم تطويرها بواسطة Scifabric LTD، والميزة الرئيسية لها هي "Crowd4EMS extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Crowd4Ems

قم بتنزيل ملفات الامتداد Crowd4Ems بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}