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
Eメール [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"
    ]
}