Wellink

WEL link extension for browsers.

Wellinkคืออะไร?

Wellink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wellet และคุณลักษณะหลักของมันคือ "WEL link extension for browsers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wellink

ดาวน์โหลดไฟล์ส่วนขยาย Wellink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Wel-Link is an extension wallet created by Welups foundation along with other versions running on iOS and Android. Wel-link is used as a dApp within the Chrome browser.

Main function:
Sending and receiving WRC-20 and WRC-721 tokens; 
Integrating smart contract calls on the developers’ side; 

About the WELUPS platform :
WELUPS is a blockchain-powered platform for identity verified social media applications, digital banking, credit services, entertainment, as well as key services for a future society in the digital world.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wellink Wellink
ID lknejmipagmhnbnpngkoaaojngamjfch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wellink/lknejmipagmhnbnpngkoaaojngamjfch
คำอธิบาย WEL link extension for browsers.
ขนาดไฟล์ 8.2 MB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2022-06-19
วันที่เผยแพร่ 2019-08-13
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา wellet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://welups.com/
URL หน้าช่วยเหลือ https://welups.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://welups.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wellink",
    "version": "2.0.5",
    "version_name": "2.0.5",
    "description": "WEL link extension for browsers.",
    "author": "anhluong ",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-layQc1iWBC+6WbHHvHZj3uSx3CxrGBHUJBR7si4qf8w=' 'sha256-POEO+wER89cezFVZ27JoP523HJNPMQxmh5Rcz\/OZpr4=' 'sha256-IThiKMnsg0UHaLmP7sJxZpd\/ohvINImwjxFJyxGFSlk=' https:\/\/*.sentry.io https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/cdnjs.cloudflare.com; object-src 'self' https:\/\/welscan.io https:\/\/*.welscan.io; connect-src 'self' http: https: data: blob: filestream:;",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_popup": "packages\/popup\/build\/index.html",
        "default_title": "Wellink"
    },
    "icons": {
        "128": "packages\/popup\/static\/icon.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/pageHook.js"
    ]
}