Asana New Tab
Manage your Asana tasks on every new tab
Asana New Tab क्या है?
Asana New Tab orlench द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your Asana tasks on every new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Asana New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |