sidenav

sidenav is an organization tool for teams

What is sidenav?

sidenav is a Chrome extension developed by https://sidenav.co, and its main feature is "sidenav is an organization tool for teams".

Extension Screenshots

screenshot

Download sidenav Extension CRX File

Download sidenav 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

                        sidenav is a shared link organization tool for highly productive teams                    

Extension Basic Information

Name sidenav sidenav
ID foifehnafkaakbbpacffhebnngjdloca
Official URL https://chromewebstore.google.com/detail/sidenav/foifehnafkaakbbpacffhebnngjdloca
Description sidenav is an organization tool for teams
File Size 121 KB
Installation Count 33
Current Version 1.1.14
Last Updated 2024-01-26
Publish Date 2023-03-31
Rating 5.00/5 Total 2 Ratings
Developer https://sidenav.co
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.sidenav.co/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "sidenav",
    "description": "sidenav is an organization tool for teams",
    "version": "1.1.14",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "clipboardWrite",
        "sidePanel",
        "tabs",
        "bookmarks",
        "favicon",
        "contextMenus"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Search Sidenav",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Search Sidenav"
        },
        "open_sidenav": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Open Sidenav"
        },
        "create_short_url": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            },
            "description": "Create Short Url"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectedApp.js"
            ]
        }
    ]
}