Liza View

CryptoMetric Analyzer: Unique Insights for Cryptocurrencies. Simplify your research, make informed investment decisions effortlessly

Liza View란 무엇입니까?

Liza View은(는) https://lizatoken.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CryptoMetric Analyzer: Unique Insights for Cryptocurrencies. Simplify your research, make informed investment decisions effortlessly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Liza View 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🏁 The fastest and best Way to analyze Cryptocurrencies:
Unlock the Power of Cryptocurrency Analysis with Liza: The Ultimate Market Research Extension, Gain unique metrics, simplify your research, and make informed investment decisions effortlessly.


🦎 What so special about LizaView?
LizaView is the first browser extension that injects critical metrics into popular platforms like Coingecko and Coinmarketcap and Etherscan giving you unparalleled insights right at your fingertips.


💫 Powerful Technology:
Backed by cutting-edge tech, Liza continuously develops new metrics, eliminating guesswork and enabling wise investments.
All-in-One Solution:
From price fluctuations to social sentiment, Liza consolidates essential market data in a centralized location, saving you time and effort.


💰 Empower Your Analysis:
Liza goes beyond traditional metrics by providing social insights that matter. Gauge social sentiment, measure engagement levels, and monitor mentions to gain a deeper understanding of community sentiment and project credibility.


📈 Live Price Chart:
Stay up-to-date with the most current price data through Liza's live price chart. Visualize price trends and make timely decisions with real-time information.

👪 Community and Socials:
Stay connected with holders, social followers, and essential project details, expanding your understanding of each cryptocurrency.


🏴 Start Your Journey:
Add Liza to your Chrome browser today and unlock the power of crypto insights. Streamline your research, make smarter decisions, and stay ahead of the game.


⚙️ How does it works?
- Simply download the extension
- navigate to your preferred market research platforms.
- The LizaView icon awaits you by each coin or token
- By clicking on the icon Liza View is granting access to a wealth of valuable metrics.


❇️ Here are the metrics that LizaView will show you:
Social metrics:
  Social sentiment score
  Social engagement
  Social mentions

Market data:
  Price
  Market cap
  Market rank
  Circulating supply
  Total supply
  Inflation%
  % of circulation
  Narrative

Trade:
  Daily volume
  Daily volume change
  MC/Trade ratio
  Community
  Holders ( Coming soon )
  Holders change % ( Coming soon )
  Socials
  Website
  Telegram followers
  Twitter Subscribers
  Whitepaper
And more to come!

Make smarter decisions based on reliable information

🙋 If you need any help or have any questions, please email our Liza team at [email protected] - we can’t wait to talk to you!                    

확장 프로그램 기본 정보

이름 Liza View Liza View
ID giplcddiofbfhjhgdkcpeimcmlfddlnk
공식 URL https://chromewebstore.google.com/detail/liza-view/giplcddiofbfhjhgdkcpeimcmlfddlnk
설명 CryptoMetric Analyzer: Unique Insights for Cryptocurrencies. Simplify your research, make informed investment decisions effortlessly
파일 크기 1.05 MB
설치 횟수 499
현재 버전 1.0.8
최근 업데이트 2024-02-17
출시 날짜 2023-06-20
평점 5.00/5 총 56 개의 평점
개발자 https://lizatoken.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lizatoken.com/
개인정보 보호 정책 페이지 URL https://lizatoken.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Liza View",
    "description": "CryptoMetric Analyzer: Unique Insights for Cryptocurrencies. Simplify your research, make informed investment decisions effortlessly",
    "version": "1.0.8",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "64": "assets\/logo64.png",
            "128": "assets\/logo128.png"
        },
        "default_title": "Liza View",
        "default_popup": "popup\/popup.html"
    },
    "host_permissions": [
        "https:\/\/lizax.io\/*",
        "http:\/\/lizax.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/loading.gif",
                "assets\/image\/logoLizard.png",
                "assets\/image\/website.png",
                "assets\/image\/twitter.png",
                "assets\/image\/telegram.png",
                "assets\/image\/whitepaper.png",
                "assets\/image\/reddit.png",
                "assets\/image\/medium.png",
                "assets\/image\/github.png",
                "assets\/image\/discord.png",
                "assets\/popup-logo.png",
                "fonts\/Satoshi-Regular.ttf"
            ],
            "matches": [
                "https:\/\/lizax.io\/*",
                "https:\/\/www.coingecko.com\/*",
                "https:\/\/coinmarketcap.com\/*",
                "https:\/\/etherscan.io\/*"
            ]
        },
        {
            "resources": [
                "\/assets\/Poppins-Light.bf1a7f96.ttf"
            ],
            "matches": [
                "https:\/\/www.coingecko.com\/*",
                "https:\/\/coinmarketcap.com\/*",
                "https:\/\/etherscan.io\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo64.png",
        "128": "assets\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coingecko.com\/*",
                "https:\/\/coinmarketcap.com\/*",
                "https:\/\/etherscan.io\/*"
            ],
            "js": [
                "content-scripts\/tv.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.coingecko.com\/*",
                "https:\/\/coinmarketcap.com\/*",
                "https:\/\/etherscan.io\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ],
            "run_at": "document_start",
            "css": [
                "content-scripts\/main.23972c9f.css"
            ]
        },
        {
            "matches": [
                "https:\/\/lizax.io\/*"
            ],
            "js": [
                "content-scripts\/moon.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies"
    ]
}