Panel View for Asana
Panelized extension for Asana
Panel View for Asana क्या है?
Panel View for Asana dfrankland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Panelized extension for Asana"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Panel View for Asana एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a copy of Panel View for Keep created by Paul Eich (eichefam.net).
To send Asana to a panel you must click "Send to Panel" in the command bar at the bottom of Asana's page. For more info go to read the blog post by Paul here: http://bit.ly/panelupdate2_2
Like this extension? Buy Paul Eiche a cup of coffee!
http://bit.ly/paneldonate एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | gkgknajjpoofcddkaclepablhigcpagd |
| आधिकारिक URL | https://chromewebstore.google.com/detail/panel-view-for-asana/gkgknajjpoofcddkaclepablhigcpagd |
| विवरण | Panelized extension for Asana |
| फ़ाइल का आकार | 39.75 KB |
| स्थापना संख्या | 77 |
| वर्तमान संस्करण | 2.4 |
| अंतिम अपडेट | 2014-12-18 |
| प्रकाशन तिथि | 2014-12-18 |
| रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
| डेवलपर | dfrankland |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | http://snackcode.co |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Panel View for Asana",
"description": "Panelized extension for Asana",
"version": "2.4",
"background": {
"scripts": [
"js\/background.js",
"js\/events.js"
]
},
"browser_action": {
"default_icon": "img\/icon_16.png"
},
"icons": {
"128": "img\/icon_128.png",
"16": "img\/icon_16.png"
},
"permissions": [
"tabs",
"https:\/\/app.asana.com\/*"
],
"content_scripts": [
{
"js": [
"js\/jquery-2.1.1.min.js"
],
"matches": [
"https:\/\/app.asana.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/asana-script.js"
],
"matches": [
"https:\/\/app.asana.com\/*"
],
"run_at": "document_end"
}
],
"manifest_version": 2
} | |