Notify

Extension to notify about important staff

Apa itu Notify?

Notify adalah ekstensi Chrome yang dikembangkan oleh Ariorh, dan fitur utamanya adalah "Extension to notify about important staff".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Notify

Unduh file ekstensi Notify 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

                        Это расширение напоминалка, принципиальное отличие в том что: 
когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть                    

Informasi Dasar Ekstensi

Nama Notify Notify
ID ckgchhbmlojfgfgapggojdkpembnmpga
URL Resmi https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga
Deskripsi Extension to notify about important staff
Ukuran File 148 KB
Jumlah Instalasi 33
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2020-06-04
Tanggal Publikasi 2020-06-03
Pengembang Ariorh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Ariorh1337/Notify
URL Halaman Kebijakan Privasi http://ariorh.com/privacy.html
Bahasa yang Didukung ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify",
    "description": "Extension to notify about important staff",
    "version": "0.0.2",
    "browser_action": {
        "default_popup": "popup\/main.html"
    },
    "icons": {
        "16": "\/img\/bell.png",
        "48": "\/img\/bell.png",
        "128": "\/img\/bell.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}