Relation ONE

Make web3 easy for everyone

ما هو Relation ONE؟

Relation ONE هو إضافة Chrome تم تطويرها بواسطة relation2077، والميزة الرئيسية لها هي "Make web3 easy for everyone".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Relation ONE

قم بتنزيل ملفات الامتداد Relation ONE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Relation ONE is a social network application for Web3 users to manage their homepage and social relations data. Users can discover contacts, find like-minded communities, and join NFT clubs on-chain. Its one-stop social network features include: Profile management, on-chain identity management, address book, instant messaging and group chats, DAO, NFT avatar, and game invitation and score ranking. Recently, we launched Bazaar and Web3 homepage. With these encompassing tools, users can view network information relating to more than several millions of social relations graphs and locate their friends on-chain. The platform also provides information like recommended users, NFT Club, Dapps, Global Social Graph, and others. Based on these social relations data, we have provided a myriad of social network services.

It's your All-in-one Web3 matrix.

-Primitives
 Web3 addresses 
 Web2 accounts

-Appearance
NFT avatars
Metaverse avatars

-Web3 Footprint
When you first generated a Web3 address
When you first held an NFT avatar
Whom you make transactions with
Your user-centric Web3 social graph
Your dApps and authorizations given

-Decentralized Community
The PFP chatting group 
The metaverse chatting group (auto-verified by land/game asset/avatar holdings )
The community group (auto-verified by subscriptions or domain name, etc)

-Data Insight
Your holding NAV
Airdrop and NFT whitelisting expectations
Favourite and most frequently visiting dApps
Characters
Reputation


To know more about us, please refer to https://relationlabs.ai/                    

معلومات أساسية عن التمديد

الاسم Relation ONE Relation ONE
ID bmabahhenimmnfijaiccmonalfhpcndh
عنوان URL الرسمي https://chromewebstore.google.com/detail/relation-one/bmabahhenimmnfijaiccmonalfhpcndh
الوصف Make web3 easy for everyone
حجم الملف 10.26 MB
عدد التثبيتات 10,834
النسخة الحالية 0.7.14
آخر تحديث 2023-06-12
تاريخ النشر 2022-01-20
تقييم 4.98/5 مجموع تقييمات 174
المطور relation2077
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/relationlabs/download
عنوان صفحة سياسة الخصوصية https://heybi-ayaaa-aaaak-qagjq-cai.ic0.app
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Relation ONE",
    "version": "0.7.14",
    "description": "Make web3 easy for everyone",
    "icons": {
        "16": "images\/relation_logo_dark.png",
        "48": "images\/relation_logo_dark.png",
        "128": "images\/relation_logo_dark.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/relation_logo_dark.png",
        "default_title": "Relation ONE",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "content\/index.css"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "web\/index.html#\/webLogin",
    "options_ui": {
        "page": "web\/index.html#\/webLogin",
        "open_in_tab": true,
        "__chrome__chrome_style": false
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/relation_logo_dark.png",
        "images\/relation_logo_light.png",
        "images\/member.png",
        "images\/eth_logo.png",
        "images\/opensea_inject_logo.jpg",
        "web\/index.html",
        "web\/index.js",
        "web\/index.js.map",
        "popup\/index.js.map",
        "injects\/index.js",
        "0b733ed644ac18e2e479.ttf",
        "3f476f462a53626fc492.ttf",
        "6ed4c95e62af78f55a27.ttf",
        "191d68a27ed2e077414e.ttf",
        "777e300ed64d3d47cc85.ttf",
        "0914a22fa6bdca287e4d.ttf",
        "4561d6d175c4336b0add.ttf",
        "8247eaeb0799c0acafc6.ttf",
        "72337f5bdeb42b5dc3de.ttf",
        "b037b7915af771c97670.ttf",
        "d4afdc134fc10b739bab.ttf",
        "e7eb634d040a6f384033.ttf",
        "fa80f53b3adc59d189ba.ttf",
        "faa1106c16141f376cb1.ttf"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.relationlabs.ai\/*",
            "https:\/\/*.d30xac0d9e43n0.cloudfront.net\/*"
        ]
    }
}