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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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! 🤩
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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'" } |