Asana Workspaces Switcher

Asana Workspaces Switcher

What is Asana Workspaces Switcher?

Asana Workspaces Switcher is a Chrome extension developed by Gianni Liburdi, and its main feature is "Asana Workspaces Switcher".

Extension Screenshots

screenshot

Download Asana Workspaces Switcher Extension CRX File

Download Asana Workspaces Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        List of all your Asana workspaces.                    

Extension Basic Information

Name Asana Workspaces Switcher Asana Workspaces Switcher
ID naeiajcdddbcicgbkpmpabghfaniejna
Official URL https://chrome.google.com/webstore/detail/asana-workspaces-switcher/naeiajcdddbcicgbkpmpabghfaniejna
Description Asana Workspaces Switcher
File Size 143 KB
Installation Count 23
Current Version 0.0.2
Last Updated 2019-06-28
Publish Date 2019-06-21
Rating 5.00/5 Total 3 Ratings
Developer Gianni Liburdi
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}