Notify Me!

Get notify.

O que é Notify Me!?

Notify Me! é uma extensão do Chrome desenvolvida por Anuj Gupta, e sua principal característica é "Get notify.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Notify Me!

Baixe arquivos de extensão Notify Me! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Notify Me! Notify Me!
ID ojajiolndkgblgmeomogofflebcianae
URL Oficial https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae
Descrição Get notify.
Tamanho do Arquivo 252 KB
Contagem de Instalações 12
Versão Atual 1.04
Última Atualização 2018-09-19
Data de Publicação 2018-09-19
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Anuj Gupta
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}