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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}