Notify Me!

Get notify.

Co je Notify Me!?

Notify Me! je rozšíření Chrome vyvinuté Anuj Gupta, a jeho hlavní funkcí je „Get notify.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Notify Me!

Stáhněte si soubory rozšíření Notify Me! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Notify Me! Notify Me!
ID ojajiolndkgblgmeomogofflebcianae
Oficiální URL https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae
Popis Get notify.
Velikost souboru 252 KB
Počet instalací 12
Aktuální Verze 1.04
Poslední Aktualizace 2018-09-19
Datum Vydání 2018-09-19
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Anuj Gupta
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}