Asana New Tab
Manage your Asana tasks on every new tab
Asana New Tabคืออะไร?
Asana New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย orlench และคุณลักษณะหลักของมันคือ "Manage your Asana tasks on every new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asana New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Asana New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Asana-New-Tab lets you see and manage your asana tasks on every new tab. Instead of getting an empty new tab, be productive and see your tasks! Everything you do in the Asana-New-Tab reflects to your asana dashboard and vice versa... No need to keep an open tab especially for asana. * Loading the new tab for the first time after installation and activation can take a few seconds. Features: * See Asana tasks exactly as they are presented in your asana dashboard (with the priority, schedule and short description). * Mark tasks as done. * Delete tasks. * Create new tasks (New task will be created in your asana dashboard too). * Create new tasks under different work-spaces and with different priority. Privacy: * We keep your privacy and we don't collect any data. * Asana-New-Tab is not an official Asana product and was not created by the Asana team.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | inoneohednhdahfhpikfphljpclmddnj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/asana-new-tab/inoneohednhdahfhpikfphljpclmddnj |
คำอธิบาย | Manage your Asana tasks on every new tab |
ขนาดไฟล์ | 195 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2015-08-02 |
วันที่เผยแพร่ | 2015-08-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | orlench |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/orlench/asana-new-tab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asana New Tab", "description": "Manage your Asana tasks on every new tab", "version": "2.1", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "author": "Or Lenchner", "homepage_url": "https:\/\/github.com\/orlench\/asana-new-tab", "background": { "scripts": [ "jquery.js", "options.js", "background.js" ] }, "permissions": [ "tabs", "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.asana.com\/*" ], "web_accessible_resources": [ "index.html" ], "incognito": "split" } |