TreeVed
TreeVed is a platform for the discovery and sharing of knowledge and wisdom.
Cos'è TreeVed?
TreeVed è un'estensione di Chrome sviluppata da https://treeved.com, e la sua funzione principale è "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TreeVed
Scarica i file di estensione TreeVed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With our extension, saving and sharing links is now easier than ever!
Informazioni di Base sull'Estensione
Nome | TreeVed |
ID | kadehhjaddedejkpehfohbbcalpjdddk |
URL Ufficiale | https://chromewebstore.google.com/detail/treeved/kadehhjaddedejkpehfohbbcalpjdddk |
Descrizione | TreeVed is a platform for the discovery and sharing of knowledge and wisdom. |
Dimensione del File | 3.23 MB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.14.0 |
Ultimo Aggiornamento | 2023-10-20 |
Data di Pubblicazione | 2022-05-10 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://treeved.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/treeved-app-privacy-policy |
Lingue Supportate | 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" ] } } |