Asana Load More
This extension will load all subtasks in Asana. It also lets you hide certain sections.
Asana Load Moreとは何ですか?
Asana Load MoreはFat Cattitude, LLCによって開発されたChromeの拡張機能で、その主な機能は「This extension will load all subtasks in Asana. It also lets you hide certain sections.」です。
拡張機能のスクリーンショット
Asana Load More拡張機能のCRXファイルをダウンロード
Asana Load More拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will automatically load all subtasks in Asana. It will also allow you to toggle certain subtask sections.
拡張機能の基本情報
名前 | |
ID | gmgelaegjlfeldnmlilkeaegejmlgjhf |
公式URL | https://chrome.google.com/webstore/detail/asana-load-more/gmgelaegjlfeldnmlilkeaegejmlgjhf |
説明 | This extension will load all subtasks in Asana. It also lets you hide certain sections. |
ファイルサイズ | 110 KB |
インストール数 | 703 |
現在のバージョン | 0.0.0.4 |
最終更新日 | 2019-11-13 |
公開日 | 2019-11-09 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | Fat Cattitude, LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asana Load More", "description": "This extension will load all subtasks in Asana. It also lets you hide certain sections.", "version": "0.0.0.4", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Asana Load More" }, "permissions": [ "activeTab", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.asana.com\/*" ], "js": [ "content.js" ] } ] } |