Notify

Extension to notify about important staff

Vad är Notify?

Notify är en Chrome-tillägg utvecklad av Ariorh, och dess huvudfunktion är "Extension to notify about important staff".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Notify-förlängningens CRX-fil

Ladda ner Notify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Notify Notify
ID ckgchhbmlojfgfgapggojdkpembnmpga
Officiell webbadress https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga
Beskrivning Extension to notify about important staff
Filstorlek 148 KB
Antal Installationer 33
Aktuell Version 0.0.2
Senast Uppdaterad 2020-06-04
Publiceringsdatum 2020-06-03
Utvecklare Ariorh
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Ariorh1337/Notify
URL till Sekretesspolicy Sidan http://ariorh.com/privacy.html
Stödda Språk 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"
    ]
}