gTasker Extension
Add and remove tasks on google calendar via chrome extension
gTasker Extension क्या है?
gTasker Extension arun.ranganathan111 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add and remove tasks on google calendar via chrome extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में gTasker Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is chrome extension is made to make life easier by easily accessing google calendar. By allowing you to add and remove reminders via chrome extension, you can be efficient at planning what homework/tasks/projects are due. Add and remove tasks on Google Calendar via gTasker.
एक्सटेंशन की मूल जानकारी
नाम | gTasker Extension |
ID | lljekoepijafpdebkahcjdhbjaappami |
आधिकारिक URL | https://chromewebstore.google.com/detail/gtasker-extension/lljekoepijafpdebkahcjdhbjaappami |
विवरण | Add and remove tasks on google calendar via chrome extension |
फ़ाइल का आकार | 926 KB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2017-10-21 |
प्रकाशन तिथि | 2017-10-21 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | arun.ranganathan111 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gTasker Extension", "manifest_version": 2, "description": "Add and remove tasks on google calendar via chrome extension", "version": "0.0.0.1", "browser_action": { "default_icon": "calendar.png", "default_popup": "index.html" }, "permissions": [ "identity", "https:\/\/ssl.gstatic.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/", "https:\/\/accounts.google.com\/o\/oauth2\/token", "identity.email" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ], "oauth2": { "client_id": "1047311040462-mo6voatnrhtqqh1j0fl836evb1fppeun.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar" ] } } |