Asana Recently Completed Tasks
This extension brings back the ability to show recently completed tasks in a project which was removed from the Asana UI in 2017.
Asana Recently Completed Tasks क्या है?
Asana Recently Completed Tasks Vaughan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension brings back the ability to show recently completed tasks in a project which was removed from the Asana UI in 2017."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Asana Recently Completed Tasks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Asana Recently Completed Tasks |
ID | eijmdadhpeciojloijjodpolgnlepecj |
आधिकारिक URL | https://chromewebstore.google.com/detail/asana-recently-completed/eijmdadhpeciojloijjodpolgnlepecj |
विवरण | This extension brings back the ability to show recently completed tasks in a project which was removed from the Asana UI in 2017. |
फ़ाइल का आकार | 549 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2019-03-05 |
प्रकाशन तिथि | 2019-03-05 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | Vaughan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/vjpr/asana-recently-completed-tasks-chrome-extension |
सहायता पृष्ठ URL | https://github.com/vjpr/asana-recently-completed-tasks-chrome-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asana Recently Completed Tasks", "description": "This extension brings back the ability to show recently completed tasks in a project which was removed from the Asana UI in 2017.", "version": "0.1.1", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/*" ], "css": [ "style.global.css", "style.css" ], "js": [ "content-script-injector.js" ], "all_frames": false } ], "web_accessible_resources": [ "content-script.js" ] } |