TreeVed
TreeVed is a platform for the discovery and sharing of knowledge and wisdom.
Что такое TreeVed?
TreeVed - это расширение Chrome, разработанное https://treeved.com, и его основная функция - "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.".
Снимки экрана расширения
Скачать файл CRX расширения TreeVed
Скачайте файлы расширений TreeVed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With our extension, saving and sharing links is now easier than ever!
Основная информация о расширении
Название | TreeVed |
ID | kadehhjaddedejkpehfohbbcalpjdddk |
Официальный URL | https://chromewebstore.google.com/detail/treeved/kadehhjaddedejkpehfohbbcalpjdddk |
Описание | TreeVed is a platform for the discovery and sharing of knowledge and wisdom. |
Размер файла | 3.23 MB |
Количество установок | 56 |
Текущая Версия | 1.14.0 |
Последнее Обновление | 2023-10-20 |
Дата публикации | 2022-05-10 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://treeved.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://sites.google.com/view/treeved-app-privacy-policy |
Поддерживаемые языки | 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" ] } } |