VSpace — Free bookmark manager for teams
Don’t waste time searching docs, tools, articles, and anything else
Qu'est-ce que VSpace — Free bookmark manager for teams ?
VSpace — Free bookmark manager for teams est une extension Chrome développée par http://vvv.space, et sa fonction principale est "Don’t waste time searching docs, tools, articles, and anything else".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VSpace — Free bookmark manager for teams
Téléchargez les fichiers d'extension VSpace — Free bookmark manager for teams au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! 🤩
Informations de Base sur l'Extension
Nom | |
ID | poebjekpobpcmohnkbfkcfimilbeianl |
URL Officiel | https://chrome.google.com/webstore/detail/vspace-%E2%80%94-free-bookmark-ma/poebjekpobpcmohnkbfkcfimilbeianl |
Description | Don’t waste time searching docs, tools, articles, and anything else |
Taille du Fichier | 301 KB |
Nombre d'Installations | 206 |
Version Actuelle | 1.6.3 |
Dernière Mise à Jour | 2021-10-25 |
Date de Publication | 2020-07-01 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://vvv.space |
Site Web de l'Extension | https://vvv.space |
URL de la Page d'Aide | https://vvv.space |
URL de la Page de Politique de Confidentialité | https://vvv.space/privacy.html |
Langues Prises en Charge | 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'" } |