TreeVed

TreeVed is a platform for the discovery and sharing of knowledge and wisdom.

Apa itu TreeVed?

TreeVed adalah ekstensi Chrome yang dikembangkan oleh https://treeved.com, dan fitur utamanya adalah "TreeVed is a platform for the discovery and sharing of knowledge and wisdom.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TreeVed

Unduh file ekstensi TreeVed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        With our extension, saving and sharing links is now easier than ever!                    

Informasi Dasar Ekstensi

Nama TreeVed TreeVed
ID kadehhjaddedejkpehfohbbcalpjdddk
URL Resmi https://chromewebstore.google.com/detail/treeved/kadehhjaddedejkpehfohbbcalpjdddk
Deskripsi TreeVed is a platform for the discovery and sharing of knowledge and wisdom.
Ukuran File 3.23 MB
Jumlah Instalasi 56
Versi Saat Ini 1.14.0
Terakhir Diperbarui 2023-10-20
Tanggal Publikasi 2022-05-10
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://treeved.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/treeved-app-privacy-policy
Bahasa yang Didukung 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"
        ]
    }
}