Hero Panel
A Productivity Dashboard for Super Humans
ما هو Hero Panel؟
Hero Panel هو إضافة Chrome تم تطويرها بواسطة http://heropanel.com، والميزة الرئيسية لها هي "A Productivity Dashboard for Super Humans".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hero Panel
قم بتنزيل ملفات الامتداد Hero Panel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 :)
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" } } |