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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don’t waste time searching docs, tools, articles, and anything else"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VSpace — Free bookmark manager for teams एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |