Semantic Equilibrium

Awesome way to manage project deadlines.

Semantic Equilibriumคืออะไร?

Semantic Equilibrium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gcdc2013-equilibrium.appspot.com และคุณลักษณะหลักของมันคือ "Awesome way to manage project deadlines."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Semantic Equilibrium

ดาวน์โหลดไฟล์ส่วนขยาย Semantic Equilibrium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Equilibrium.
https://gcdc2013-equilibrium.appspot.com/

Work made easy.

With Equilibrium what we are trying to do, is make managing *projects deadlines* within a workplace/firm etc more social. So that workplaces can have a centralized
social way of looking into various ongoing projects and organize them in such a way that results in a more productive environment.

We utilized Google+ as our backbone for users to log in into the web-app, to either create there own workplaces or others can add them to their workplaces with
user's email and have a collaborative look into the deadline's.

Its snappy, clean, portable, has responsive design and overall it takes literally 4-Clicks to add your Workplace/Firm/Company and literally 2-Clicks more to add your project
in your workplace zone.

Equilibrium, utilizes various APl's like Google+ API, Wikipedia API, Google Custom Search API, Google Maps API etc for automating the details and suggesting changes
to a firm. So users don't have waste time in organizing and get fast to their real work and add their projects.

Each Project is shown in a *Card* shaped divs. With each Project Card having back colors(red, orange, yellow, green, grey) depending on its urgency. With a time-down
clock running in the card to define its deadline time. That's where the magic happens. These cards, are an easy way of organizing various projects, and the snappiest way
to equalize your work.


The web-app is flat-designed with clean and professional color palette. Its also responsive, so users can utilize the app in Mobile, Tablet, Laptop, Desktop and they will be
greeted with a nice responsive design. Utilizes Twitter Bootstrap, Flask, jinja2 and other framework's to make it look good overall.
Various language per se Google App engine, Python, Javascript, html, css etc are backbone.

Equilibrium.
https://gcdc2013-equilibrium.appspot.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Semantic Equilibrium Semantic Equilibrium
ID cickfocdnlhfkjpefapmcoehgacdbnom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/semantic-equilibrium/cickfocdnlhfkjpefapmcoehgacdbnom
คำอธิบาย Awesome way to manage project deadlines.
ขนาดไฟล์ 13.51 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-01-27
วันที่เผยแพร่ 2014-01-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://gcdc2013-equilibrium.appspot.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gcdc2013-equilibrium.appspot.com/chrome
URL หน้าช่วยเหลือ https://gcdc2013-equilibrium.appspot.com/chrome
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Semantic Equilibrium",
    "short_name": "Equilibrium",
    "description": "Awesome way to manage project deadlines.",
    "version": "1.1",
    "permissions": [
        "http:\/\/gcdc2013-equilibrium.appspot.com\/",
        "storage",
        "alarms"
    ],
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon128.png",
        "32": "img\/icon32.png",
        "64": "img\/icon64.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}