Ecom Extension

Notifier for the Ecom website

ما هو Ecom Extension؟

Ecom Extension هو إضافة Chrome تم تطويرها بواسطة lab3، والميزة الرئيسية لها هي "Notifier for the Ecom website".

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

screenshot

تحميل ملف CRX للإضافة Ecom Extension

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

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

                        You'll never have to open the Ecom again!                    

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

الاسم Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
الوصف Notifier for the Ecom website
حجم الملف 188 KB
عدد التثبيتات 43
النسخة الحالية 1.0.6
آخر تحديث 2018-10-23
تاريخ النشر 2018-10-22
المطور lab3
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ecom Extension",
    "description": "Notifier for the Ecom website",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": ".\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/assets\/scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "storage",
        "notifications",
        "alarms",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}