Daily Unlearnings
The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
Daily Unlearnings क्या है?
Daily Unlearnings Atlassian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Daily Unlearnings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Each day, you’ll receive tips, tricks, and ideas to help break bad habits, get to know your teammates, and deepen your impact at the workplace. When teams have strong connections, give feedback, and feel free to share ideas, work moves forward. So isn't it time you let go of your old habits and tried something new?
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dfnjmmhkdljagjpneebefnipjnhhdlad |
आधिकारिक URL | https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad |
विवरण | The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine |
फ़ाइल का आकार | 2.84 MB |
स्थापना संख्या | 570 |
वर्तमान संस्करण | 1.4.0 |
अंतिम अपडेट | 2020-03-21 |
प्रकाशन तिथि | 2020-03-21 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Atlassian |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.atlassian.com/open |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daily Unlearnings", "version": "1.4.0", "description": "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine", "background": { "scripts": [ "assets\/background-5be0eb53.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png" } }, "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "fonts\/*.otf", "images\/*.png" ], "permissions": [ "storage" ] } |