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是由http://vvv.space開發的Chrome擴展程式,該擴展的主要功能是“Don’t waste time searching docs, tools, articles, and anything else”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載VSpace — Free bookmark manager for teams擴展crx文件

下載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
官方網址 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'"
}