Asana Load More
This extension will load all subtasks in Asana. It also lets you hide certain sections.
Hvad er Asana Load More?
Asana Load More er en Chrome-udvidelse udviklet af Fat Cattitude, LLC, og dens hovedfunktion er "This extension will load all subtasks in Asana. It also lets you hide certain sections.".
Udvidelsesskærmbilleder
Download Asana Load More-udvidelses-CRX-fil
Download Asana Load More-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will automatically load all subtasks in Asana. It will also allow you to toggle certain subtask sections.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gmgelaegjlfeldnmlilkeaegejmlgjhf |
Officiel URL | https://chrome.google.com/webstore/detail/asana-load-more/gmgelaegjlfeldnmlilkeaegejmlgjhf |
Beskrivelse | This extension will load all subtasks in Asana. It also lets you hide certain sections. |
Filstørrelse | 110 KB |
Antal Installationer | 703 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2019-11-13 |
Udgivelsesdato | 2019-11-09 |
Bedømmelse | 4.20/5 Samlet 10 Bedømmelser |
Udvikler | Fat Cattitude, LLC |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |