Notify Me!

Get notify.

什么是Notify Me!?

Notify Me!是由Anuj Gupta开发的Chrome扩展程序,该扩展的主要功能是“Get notify.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Notify Me!扩展crx文件

下载Notify Me!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Notify Me! Notify Me!
ID ojajiolndkgblgmeomogofflebcianae
官方URL https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae
简介 Get notify.
文件大小 252 KB
安装次数 12
当前版本 1.04
更新时间 2018-09-19
上架时间 2018-09-19
评分 3.00/5 共2次评分
开发者 Anuj Gupta
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}