VSpace — Free bookmark manager for teams

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

Что такое VSpace — Free bookmark manager for teams?

VSpace — Free bookmark manager for teams - это расширение Chrome, разработанное http://vvv.space, и его основная функция - "Don’t waste time searching docs, tools, articles, and anything else".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения VSpace — Free bookmark manager for teams

Скачайте файлы расширений VSpace — Free bookmark manager for teams в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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! 🤩                    

Основная информация о расширении

Название VSpace — Free bookmark manager for teams VSpace — Free bookmark manager for teams
ID poebjekpobpcmohnkbfkcfimilbeianl
Официальный URL https://chrome.google.com/webstore/detail/vspace-%E2%80%94-free-bookmark-ma/poebjekpobpcmohnkbfkcfimilbeianl
Описание Don’t waste time searching docs, tools, articles, and anything else
Размер файла 301 KB
Количество установок 206
Текущая Версия 1.6.3
Последнее Обновление 2021-10-25
Дата публикации 2020-07-01
Рейтинг 5.00/5 Всего 3 оценок
Разработчик http://vvv.space
Официальный сайт расширения https://vvv.space
URL страницы помощи https://vvv.space
URL страницы политики конфиденциальности https://vvv.space/privacy.html
Поддерживаемые языки 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'"
}