CoinClaim
CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges.
CoinClaimคืออะไร?
CoinClaim เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://coinclaim.io และคุณลักษณะหลักของมันคือ "CoinClaim is a token-based system that rewards you real, tradable crypto (CLM) for completing online quests and challenges."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinClaim
ดาวน์โหลดไฟล์ส่วนขยาย CoinClaim ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |