Asana Lover
Asana Lover
什麼是Asana Lover?
Asana Lover是由Gigasavvy開發的Chrome擴展程式,該擴展的主要功能是“Asana Lover”。
擴展截圖
下載Asana Lover擴展crx文件
下載Asana Lover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension brings a ton of powerful features to Asana.
- Brings back the hearts in Asana (Instead of likes)
- Auto likes activity, comments, projects, etc.
- Allows you to hide tasks further than X months in the future
Actively maintained with new features coming out all the time!
Asana Lover brings you all sorts of functionality you've been lacking! 擴展基本資訊
| 名稱 | |
| ID | pdbcfcjcbjfddhlbinohbemhodbplnai |
| 官方網址 | https://chromewebstore.google.com/detail/asana-lover/pdbcfcjcbjfddhlbinohbemhodbplnai |
| 簡介 | Asana Lover |
| 檔案大小 | 2.49 MB |
| 安裝次數 | 86 |
| 目前版本 | 1.1.6 |
| 更新時間 | 2017-11-27 |
| 上架時間 | 2017-11-27 |
| 開發者 | Gigasavvy |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://gigasavvy.com |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Asana Lover",
"description": "Asana Lover",
"version": "1.1.6",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Asana Lover",
"default_icon": "img\/128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.asana.com\/*"
],
"js": [
"js\/jquery-3.2.1.min.js",
"js\/moment.js",
"js\/asana.js",
"js\/popup.js",
"js\/inject.js",
"js\/hideTasks.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
"js\/woohoo.js",
"css\/hearts.css"
],
"manifest_version": 2
} | |