Hero Panel

A Productivity Dashboard for Super Humans

Apa itu Hero Panel?

Hero Panel adalah ekstensi Chrome yang dikembangkan oleh http://heropanel.com, dan fitur utamanya adalah "A Productivity Dashboard for Super Humans".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hero Panel

Unduh file ekstensi Hero Panel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hero Panel Hero Panel
ID dfhcoephpbfmamheamcfgjnhahedobbc
URL Resmi https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc
Deskripsi A Productivity Dashboard for Super Humans
Ukuran File 16.6 KB
Jumlah Instalasi 60
Versi Saat Ini 0.4
Terakhir Diperbarui 2016-09-14
Tanggal Publikasi 2016-09-14
Penilaian 4.50/5 Total 8 Penilaian
Pengembang http://heropanel.com
Tipe Pembayaran free
Situs Ekstensi http://www.heropanel.com
URL Halaman Bantuan http://www.heropanel.com
Bahasa yang Didukung 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"
    }
}