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」です。
拡張機能のスクリーンショット
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! 🤩
拡張機能の基本情報
名前 | |
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'" } |