TreeVed
TreeVed is a platform for the discovery and sharing of knowledge and wisdom.
Qu'est-ce que TreeVed ?
TreeVed est une extension Chrome développée par https://treeved.com, et sa fonction principale est "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TreeVed
Téléchargez les fichiers d'extension TreeVed 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
With our extension, saving and sharing links is now easier than ever!
Informations de Base sur l'Extension
Nom | TreeVed |
ID | kadehhjaddedejkpehfohbbcalpjdddk |
URL Officiel | https://chromewebstore.google.com/detail/treeved/kadehhjaddedejkpehfohbbcalpjdddk |
Description | TreeVed is a platform for the discovery and sharing of knowledge and wisdom. |
Taille du Fichier | 3.23 MB |
Nombre d'Installations | 56 |
Version Actuelle | 1.14.0 |
Dernière Mise à Jour | 2023-10-20 |
Date de Publication | 2022-05-10 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://treeved.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/treeved-app-privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "TreeVed", "name": "TreeVed", "description": "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.", "version": "1.14.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "identity" ], "action": { "default_popup": "index.html", "default_icon": { "16": "treeved-extension-icon.png", "128": "treeved-extension-icon.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "oauth2": { "client_id": "516082304162-vn119k9dnq5tji7mde6v1m7edv1pptbo.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } } |