CoinClaim
CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges.
CoinClaim란 무엇입니까?
CoinClaim은(는) http://coinclaim.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges."입니다.
확장 프로그램 스크린샷
CoinClaim 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges. The CoinClaim extension provides you opportunities to earn CLM doing what you do online normally. But now, as you browse, the CoinClaim extension will alert you to opportunities to earn CLM on the sites or search results you visit. After you install the extension, you will see the CoinClaim logo in the top right of your browser. When you are logged in, the extension will highlight when you visit a site offering CLM rewards. Additionally, as you search (in Google, for example), the CoinClaim logo will guide you to new ways to earn CLM. Just follow the logo on a quest or challenge and CLM will be added to your wallet once completed. You can earn even more CLM by referring your friends. Just grab your exclusive referral link in the dashboard of the CoinClaim website and share with your friends. When your referral earns the required CLM, you will be rewarded with 50 free CLM. CLM currently trades on three crypto exchanges. You can exchange CLM for BTC, ETH or USD. You can earn as much as you want. This is a great way to work from home completing tasks while you do what you normally do anyway. If you love the CoinClaim extension, please take a moment to leave a positive review.
확장 프로그램 기본 정보
이름 | |
ID | epllefgepapckihklfccpocjbnelpojp |
공식 URL | https://chrome.google.com/webstore/detail/coinclaim/epllefgepapckihklfccpocjbnelpojp |
설명 | CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges. |
파일 크기 | 350 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2020-02-01 |
출시 날짜 | 2020-02-01 |
평점 | 4.00/5 총 34 개의 평점 |
개발자 | http://coinclaim.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://coinclaim.io |
개인정보 보호 정책 페이지 URL | https://satorify.io/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinClaim", "version": "1.0.7", "description": "CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges.", "permissions": [ "tabs", "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.satorify.io\/*" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |