Notify Me!

Get notify.

Wat is Notify Me!?

Notify Me! is een Chrome-extensie ontwikkeld door Anuj Gupta, en de belangrijkste functie is "Get notify.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Notify Me!

Download Notify Me!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)*                    

Basisinformatie over de Extensie

Naam Notify Me! Notify Me!
ID ojajiolndkgblgmeomogofflebcianae
Officiële URL https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae
Beschrijving Get notify.
Bestandsgrootte 252 KB
Aantal Installaties 12
Huidige Versie 1.04
Laatst Bijgewerkt 2018-09-19
Publicatiedatum 2018-09-19
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Anuj Gupta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}