Token Finder: Cryptocurrency Search Tool

Quickly get access to cryptocurrency contract address, network, and official homepage.

Token Finder: Cryptocurrency Search Tool là gì?

Token Finder: Cryptocurrency Search Tool là một tiện ích mở rộng Chrome được phát triển bởi CoinSausage, và tính năng chính của nó là "Quickly get access to cryptocurrency contract address, network, and official homepage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Token Finder: Cryptocurrency Search Tool

Tải xuống các tệp mở rộng Token Finder: Cryptocurrency Search Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Please read:

Token Finder is a search tool that uses CryptoMarketCap database. 

This can help users or traders save time on searching for cryptocurrencies' information such as official homepage, network platform, and contract address.

Many times, users will need to find the right contract addresses to import the token in a  digital wallets like MetaMask, Trust Wallet, etc.

The user will receive up-to-date data from CryptoMarketCap.

Note: 

- To use Token Finder Assist, it is required the user to have their own API key to access the CryptoMarketCap database.

How to get the CryptoMarketCap API key?

- CryptoMarketCap offer a free API key that allows user to request up-to-date data 10,000 times/month.

-This CryptoMarketCap API key is a read-only key, which only allows users to see the database.

- Sign up for API key: www.coinmarketcap.com/api

- Learn more about CoinMarketCap API: www.coinmarketcap.com/api/faq

What is an API key?

- API key, an application programming interface, is a code used to identify and authenticate an application or user.

- Depending on the key permissions, that API key can authenticate and access those given data.

- An API key is basically a password, and it is highly recommended to never share it publicly.

Disclaimer: 

Token Finder Assist is not financial advisor. The contents of this extension are for educational purposes only. In order to make the best financial decision that suits your own needs, you must conduct your own research and seek the advice of a licensed financial advisor if necessary. Know that all investments involve some form of risk and there is no guarantee that you will be successful in making, saving, or investing money; nor is there any guarantee that you won’t experience any loss when investing. Always remember to make smart decisions and do your own research!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Token Finder: Cryptocurrency Search Tool Token Finder: Cryptocurrency Search Tool
ID imphappgopnblekeibhbaehgklolofep
URL Chính Thức https://chromewebstore.google.com/detail/token-finder-cryptocurren/imphappgopnblekeibhbaehgklolofep
Mô tả Quickly get access to cryptocurrency contract address, network, and official homepage.
Kích Thước Tệp 241 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-06-05
Ngày Phát Hành 2022-01-16
Nhà Phát Triển CoinSausage
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://coinsausage.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Token Finder: Cryptocurrency Search Tool",
    "version": "1.0.9",
    "description": "Quickly get access to cryptocurrency contract address, network, and official homepage.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.pro-api.coinmarketcap.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Token Finder: Cryptocurrency Search Tool",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/content.html"
    }
}