Asana Workspaces Switcher
Asana Workspaces Switcher
Wat is Asana Workspaces Switcher?
Asana Workspaces Switcher is een Chrome-extensie ontwikkeld door Gianni Liburdi, en de belangrijkste functie is "Asana Workspaces Switcher".
Extensie Screenshots
Download het CRX-bestand van de extensie Asana Workspaces Switcher
Download Asana Workspaces Switcher-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
List of all your Asana workspaces.
Basisinformatie over de Extensie
Naam | |
ID | naeiajcdddbcicgbkpmpabghfaniejna |
Officiële URL | https://chrome.google.com/webstore/detail/asana-workspaces-switcher/naeiajcdddbcicgbkpmpabghfaniejna |
Beschrijving | Asana Workspaces Switcher |
Bestandsgrootte | 143 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2019-06-28 |
Publicatiedatum | 2019-06-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Gianni Liburdi |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asana Workspaces Switcher", "version": "0.0.2", "description": "Asana Workspaces Switcher", "manifest_version": 2, "permissions": [ "activeTab", "storage", "tabs" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "assets\/img\/icons\/icon-16.png", "32": "assets\/img\/icons\/icon-32.png", "48": "assets\/img\/icons\/icon-48.png", "128": "assets\/img\/icons\/icon-128.png" } } |