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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |