Hero Panel

A Productivity Dashboard for Super Humans

Hero Panelとは何ですか?

Hero Panelはhttp://heropanel.comによって開発されたChromeの拡張機能で、その主な機能は「A Productivity Dashboard for Super Humans」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Hero Panel拡張機能のCRXファイルをダウンロード

Hero Panel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hero Panel is the ultimate productivity Dashboard.
 
Create and customize your personal dashboard to get organized and inspired with our widgets. Featuring:

* Gmail
* Google Calendar
* Clock
* Calendar
* Motivation Videos
* Habits
* Tasks
* Charts and Graphs
* Soundboard
* Spotify
* Quotes
* Notes
* Pinterest

* And many more coming soon! *

We are currently in beta testing stage.  We would appreciate to receive your feedback on our contact form. If you find something wrong with our app, please contact us before giving us a negative rating :)                    

拡張機能の基本情報

名前 Hero Panel Hero Panel
ID dfhcoephpbfmamheamcfgjnhahedobbc
公式URL https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc
説明 A Productivity Dashboard for Super Humans
ファイルサイズ 16.6 KB
インストール数 60
現在のバージョン 0.4
最終更新日 2016-09-14
公開日 2016-09-14
評価 4.50/5 合計 8 レビュー
開発者 http://heropanel.com
支払い方法 free
拡張機能のウェブサイト http://www.heropanel.com
ヘルプページのURL http://www.heropanel.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hero Panel",
    "version": "0.4",
    "manifest_version": 2,
    "description": "A Productivity Dashboard for Super Humans",
    "homepage_url": "http:\/\/heropanel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Hero Panel"
    }
}