VSpace — Free bookmark manager for teams

Don’t waste time searching docs, tools, articles, and anything else

O que é VSpace — Free bookmark manager for teams?

VSpace — Free bookmark manager for teams é uma extensão do Chrome desenvolvida por http://vvv.space, e sua principal característica é "Don’t waste time searching docs, tools, articles, and anything else".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VSpace — Free bookmark manager for teams

Baixe arquivos de extensão VSpace — Free bookmark manager for teams no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        All-in-one bookmark manager for teams. 😎

VSpace superpowers:
- Spaces with links like desktops:
        - Personal space to keep it all to yourself,
        - Private space to keep your team on the same page, 
        - Public space for the whole world to see; 
- Comments;
- Slack integration; 
- Google Docs&Spreadsheets integration; 
- Link preview.

And yep, it's totally free. Forever! 🤩                    

Informações Básicas da Extensão

Nome VSpace — Free bookmark manager for teams VSpace — Free bookmark manager for teams
ID poebjekpobpcmohnkbfkcfimilbeianl
URL Oficial https://chrome.google.com/webstore/detail/vspace-%E2%80%94-free-bookmark-ma/poebjekpobpcmohnkbfkcfimilbeianl
Descrição Don’t waste time searching docs, tools, articles, and anything else
Tamanho do Arquivo 301 KB
Contagem de Instalações 206
Versão Atual 1.6.3
Última Atualização 2021-10-25
Data de Publicação 2020-07-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://vvv.space
Site da Extensão https://vvv.space
URL da Página de Ajuda https://vvv.space
URL da Página de Política de Privacidade https://vvv.space/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VSpace \u2014 Free bookmark manager for teams",
    "description": "Don\u2019t waste time searching docs, tools, articles, and anything else",
    "version": "1.6.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "VSpace \u2014 Free bookmark manager for teams",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "identity"
    ],
    "oauth2": {
        "client_id": "589235283184-hu12ae38r53k0n3gg3iq4mv82uk1tg9q.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' blob:filesystem 'unsafe-eval'; object-src 'self'"
}