Ecom Extension

Notifier for the Ecom website

Apa itu Ecom Extension?

Ecom Extension adalah ekstensi Chrome yang dikembangkan oleh lab3, dan fitur utamanya adalah "Notifier for the Ecom website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ecom Extension

Unduh file ekstensi Ecom Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        You'll never have to open the Ecom again!                    

Informasi Dasar Ekstensi

Nama Ecom Extension Ecom Extension
ID lfeekphmlmlngfjlmabjhniljiknohmb
URL Resmi https://chrome.google.com/webstore/detail/ecom-extension/lfeekphmlmlngfjlmabjhniljiknohmb
Deskripsi Notifier for the Ecom website
Ukuran File 188 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2018-10-23
Tanggal Publikasi 2018-10-22
Pengembang lab3
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}