Asana Extensions
Adds useful features to Asana.
什么是Asana Extensions?
Asana Extensions是由michael开发的Chrome扩展程序,该扩展的主要功能是“Adds useful features to Asana.”。
扩展截图
下载Asana Extensions扩展crx文件
下载Asana Extensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to collapse Asana section bars. Simple. 扩展基本信息
| 名称 | |
| ID | igmemclphodbalgadmkcolbkkcdflmlb |
| 官方URL | https://chromewebstore.google.com/detail/asana-extensions/igmemclphodbalgadmkcolbkkcdflmlb |
| 简介 | Adds useful features to Asana. |
| 文件大小 | 30.78 KB |
| 安装次数 | 68 |
| 当前版本 | 1.1 |
| 更新时间 | 2015-07-30 |
| 上架时间 | 2015-07-29 |
| 评分 | 2.50/5 共4次评分 |
| 开发者 | michael |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Asana Extensions",
"version": "1.1",
"description": "Adds useful features to Asana.",
"permissions": [
"tabs",
"*:\/\/app.asana.com\/*"
],
"background": {
"scripts": [
"bootstrap.js"
],
"persistent": false
},
"page_action": {
"default_name": "Asana Extensions",
"default_icon": "asanaplusplus.png"
},
"icons": {
"128": "asanaplusplus.png"
}
} | |