Asana Load More
This extension will load all subtasks in Asana. It also lets you hide certain sections.
Co je Asana Load More?
Asana Load More je rozšíření Chrome vyvinuté Fat Cattitude, LLC, a jeho hlavní funkcí je „This extension will load all subtasks in Asana. It also lets you hide certain sections.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Asana Load More
Stáhněte si soubory rozšíření Asana Load More ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will automatically load all subtasks in Asana. It will also allow you to toggle certain subtask sections.
Základní Informace o Rozšíření
Název | |
ID | gmgelaegjlfeldnmlilkeaegejmlgjhf |
Oficiální URL | https://chrome.google.com/webstore/detail/asana-load-more/gmgelaegjlfeldnmlilkeaegejmlgjhf |
Popis | This extension will load all subtasks in Asana. It also lets you hide certain sections. |
Velikost souboru | 110 KB |
Počet instalací | 703 |
Aktuální Verze | 0.0.0.4 |
Poslední Aktualizace | 2019-11-13 |
Datum Vydání | 2019-11-09 |
Hodnocení | 4.20/5 Celkem 10 Hodnocení |
Vývojář | Fat Cattitude, LLC |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |