11Sight

This extension allows you to get notifications.

ما هو 11Sight؟

11Sight هو إضافة Chrome تم تطويرها بواسطة https://11sight.com، والميزة الرئيسية لها هي "This extension allows you to get notifications.".

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

تحميل ملف CRX للإضافة 11Sight

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

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

                        This extension allows you to get notifications.                    

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

الاسم 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
عنوان URL الرسمي https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
الوصف This extension allows you to get notifications.
حجم الملف 64.96 KB
عدد التثبيتات 261
النسخة الحالية 0.4.1
آخر تحديث 2022-01-27
تاريخ النشر 2019-06-24
تقييم 5.00/5 مجموع تقييمات 1
المطور https://11sight.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "11Sight",
    "version": "0.4.1",
    "browser_action": {
        "default_icon": "img\/11sight-logo.png",
        "default_title": "11sight"
    },
    "icons": {
        "128": "img\/11sight-logo.png"
    },
    "permissions": [
        "https:\/\/*.11sight.com\/",
        "background",
        "notifications",
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.11sight.com\/*"
            ]
        }
    ]
}