Asana Load More
This extension will load all subtasks in Asana. It also lets you hide certain sections.
Asana Load More là gì?
Asana Load More là một tiện ích mở rộng Chrome được phát triển bởi Fat Cattitude, LLC, và tính năng chính của nó là "This extension will load all subtasks in Asana. It also lets you hide certain sections.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Asana Load More
Tải xuống các tệp mở rộng Asana Load More dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension will automatically load all subtasks in Asana. It will also allow you to toggle certain subtask sections.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gmgelaegjlfeldnmlilkeaegejmlgjhf |
URL Chính Thức | https://chrome.google.com/webstore/detail/asana-load-more/gmgelaegjlfeldnmlilkeaegejmlgjhf |
Mô tả | This extension will load all subtasks in Asana. It also lets you hide certain sections. |
Kích Thước Tệp | 110 KB |
Số Lần Cài Đặt | 703 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2019-11-13 |
Ngày Phát Hành | 2019-11-09 |
Đánh Giá | 4.20/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Fat Cattitude, LLC |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |