VSpace — Free bookmark manager for teams
Don’t waste time searching docs, tools, articles, and anything else
VSpace — Free bookmark manager for teams là gì?
VSpace — Free bookmark manager for teams là một tiện ích mở rộng Chrome được phát triển bởi http://vvv.space, và tính năng chính của nó là "Don’t waste time searching docs, tools, articles, and anything else".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VSpace — Free bookmark manager for teams
Tải xuống các tệp mở rộng VSpace — Free bookmark manager for teams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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! 🤩
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | poebjekpobpcmohnkbfkcfimilbeianl |
URL Chính Thức | https://chrome.google.com/webstore/detail/vspace-%E2%80%94-free-bookmark-ma/poebjekpobpcmohnkbfkcfimilbeianl |
Mô tả | Don’t waste time searching docs, tools, articles, and anything else |
Kích Thước Tệp | 301 KB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 1.6.3 |
Cập Nhật Lần Cuối | 2021-10-25 |
Ngày Phát Hành | 2020-07-01 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://vvv.space |
Trang Web Mở Rộng | https://vvv.space |
URL Trang Trợ Giúp | https://vvv.space |
URL Trang Chính Sách Bảo Mật | https://vvv.space/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |