Notify Me!

Get notify.

Was ist Notify Me!?

Notify Me! ist eine Chrome-Erweiterung, die von Anuj Gupta entwickelt wurde, und ihr Hauptmerkmal ist "Get notify.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Notify Me!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notify Me!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to receive Android notifications in your browser. In order to use this extension you also need to download and install a free app for your Android phone.

Never Miss A Notification
★ See your phone's call and SMS notifications on your computer.
★ Secure: Protect your notifications and SMS with end-to-end encryption.
★ Real time notification on browser.
★ We never store your data new login each day.
★ Send message from your chrome extension (Beta)*                    

Grundlegende Informationen zur Erweiterung

Name Notify Me! Notify Me!
ID ojajiolndkgblgmeomogofflebcianae
Offizielle URL https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae
Beschreibung Get notify.
Dateigröße 252 KB
Installationsanzahl 12
Aktuelle Version 1.04
Letztes Update 2018-09-19
Veröffentlichungsdatum 2018-09-19
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Anuj Gupta
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify Me!",
    "description": "Get notify.",
    "version": "1.04",
    "short_name": "Notify Me",
    "browser_action": {
        "default_icon": "images\/synchronization_64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/synchronization_16.png",
        "32": "images\/synchronization_32.png",
        "48": "images\/synchronization_64.png",
        "128": "images\/synchronization_128.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs"
    ]
}