Asana Load More
This extension will load all subtasks in Asana. It also lets you hide certain sections.
Wat is Asana Load More?
Asana Load More is een Chrome-extensie ontwikkeld door Fat Cattitude, LLC, en de belangrijkste functie is "This extension will load all subtasks in Asana. It also lets you hide certain sections.".
Extensie Screenshots
Download het CRX-bestand van de extensie Asana Load More
Download Asana Load More-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will automatically load all subtasks in Asana. It will also allow you to toggle certain subtask sections.
Basisinformatie over de Extensie
Naam | |
ID | gmgelaegjlfeldnmlilkeaegejmlgjhf |
Officiële URL | https://chrome.google.com/webstore/detail/asana-load-more/gmgelaegjlfeldnmlilkeaegejmlgjhf |
Beschrijving | This extension will load all subtasks in Asana. It also lets you hide certain sections. |
Bestandsgrootte | 110 KB |
Aantal Installaties | 703 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2019-11-13 |
Publicatiedatum | 2019-11-09 |
Beoordeling | 4.20/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Fat Cattitude, LLC |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |