Site Monitor

Monitors your websites and alerts you if any go down

ما هو Site Monitor؟

Site Monitor هو إضافة Chrome تم تطويرها بواسطة https://fivemile.xyz، والميزة الرئيسية لها هي "Monitors your websites and alerts you if any go down".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Site Monitor

قم بتنزيل ملفات الامتداد Site Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Keep track of the health of your websites.  Site Monitor Chrome Extension alerts you if your site is inaccessible for any reason.                    

معلومات أساسية عن التمديد

الاسم Site Monitor Site Monitor
ID cbnmlmhlmbfamcgadbenbekeijonjnjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd
الوصف Monitors your websites and alerts you if any go down
حجم الملف 726 KB
عدد التثبيتات 440
النسخة الحالية 1.0.2
آخر تحديث 2017-09-29
تاريخ النشر 2017-09-28
تقييم 5.00/5 مجموع تقييمات 3
المطور https://fivemile.xyz
نوع الدفع free
موقع الإضافة http://fivemile.xyz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Monitor",
    "description": "Monitors your websites and alerts you if any go down",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ok-icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "background",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}