Notify

Extension to notify about important staff

Qu'est-ce que Notify ?

Notify est une extension Chrome développée par Ariorh, et sa fonction principale est "Extension to notify about important staff".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Notify

Téléchargez les fichiers d'extension Notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Notify Notify
ID ckgchhbmlojfgfgapggojdkpembnmpga
URL Officiel https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga
Description Extension to notify about important staff
Taille du Fichier 148 KB
Nombre d'Installations 33
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-06-04
Date de Publication 2020-06-03
Développeur Ariorh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Ariorh1337/Notify
URL de la Page de Politique de Confidentialité http://ariorh.com/privacy.html
Langues Prises en Charge 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"
    ]
}