Q for Success
Success begins with good questions!
Q for Success क्या है?
Q for Success http://www.11trees.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Success begins with good questions!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Q for Success एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Success begins with good questions! Q for Success is a Google Chrome Extension that helps students more quickly and deeply utilize academic resources. A general version of Q is free to all and includes quick access to the 11trees online writing handbook and popular, high quality research databases. Customized versions of Q streamlining access to tutoring, LMS assignments, library chat, library research, writing center, instructor messaging - bringing them one click away. Q will also help you write more effectively with coaching features to help you develop argumentative thesis statements and better integrate research into your writing. Q is also an app for Microsoft Word - install both apps and enjoy the same fast access to key resources. Updates: * 3.1.4: Performance improvements; bugz. * 3.1.3: Better logout experience; default to 30 minute logout for privacy; bugz. * 3.0.8: Improved Canvas integration & chat handling; bugzzzz * 3.0.5: Improved chat handling; bugzzzz * 3.0.4: Added optional Canvas integration and support for multiple Q "setups" * 2.1.0.0: Adding Handbook! * 2.0.0.3: Bug fixes! * 2.0.0.0: Big release! Social login...
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aaoidgamfmckacglncoikepohpplglbd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/q-for-success/aaoidgamfmckacglncoikepohpplglbd |
विवरण | Success begins with good questions! |
फ़ाइल का आकार | 1.37 MB |
स्थापना संख्या | 172 |
वर्तमान संस्करण | 3.1.4 |
अंतिम अपडेट | 2019-08-12 |
प्रकाशन तिथि | 2019-08-11 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://www.11trees.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.11trees.com/live/q-success-overview/ |
सहायता पृष्ठ URL | https://www.11trees.com/live/support/support-q-for-success/ |
गोपनीयता नीति पृष्ठ URL | http://www.11trees.com/live/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Q for Success", "version": "3.1.4", "description": "Success begins with good questions! ", "permissions": [ "identity", "identity.email", "clipboardWrite", "clipboardRead", "activeTab", "tabs", "notifications", "contextMenus", "storage", "webNavigation" ], "externally_connectable": { "matches": [ "https:\/\/www.11trees.com\/*", "https:\/\/localhost\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com\/ https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/apis.google.com\/js\/api.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/2.7.1\/Chart.min.js https:\/\/*.firebaseio.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+1", "windows": "Alt+1", "mac": "Alt+1", "chromeos": "Alt+1", "linux": "Alt+1" } } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj1BE9jZDIPVYojkcvo3WS3F59Y93euMwWz0vdiHQOm9h0OtkpiYLasEVMaAugsyVBKt6pKQBpWDxS7Cfs9sFtTJ1d7EQkxu\/qoPo7luoh3wtr4VwEyvT324HuVnZ8j6dPtooM1Pb9Ndm9btHnZvxsekVNCgObqcrs1pbN\/F2Hb\/6E2JBcIjtm60q2\/KGBhZO0GTOMBel+2iGCXkAFxFnJpinYKcE0ckd\/tq52BBluU\/Xl2CKIMOQRC8zlEhn9\/Toy+eibE4Qg2eFDQk5NgXzXfaTpzSfBDI+DZ5ODZ57S6pnOvSENpiTJsF\/2vNJmTNYn7BLtGS9L8cfLf4ldBSYdwIDAQAB", "oauth2": { "client_id": "425460661917-6pfrcj0voa48r12cvd8e0cjllkua546p.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "background": { "scripts": [ "\/dscripts\/jquery-3.1.1.min.js", "\/dscripts\/firebase.js", "\/scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/dscripts\/jquery-3.1.1.min.js", "\/scripts\/qcontent.js" ], "all_frames": false, "match_about_blank": true } ], "web_accessible_resources": [ "qSidebar.html", "qWelcomeSB.html", "scripts\/qResearch.js" ], "icons": { "16": "q-logo-16.png", "48": "q-logo-48.png", "128": "q-logo-128.png" }, "browser_action": { "default_icon": "q-logo-128.png", "default_title": "Q for Success", "default_popup": "qHome.html" } } |