Calm Wave
Restore balance when feeling stressed.
Calm Waveคืออะไร?
Calm Wave เป็นส่วนขยายของ Chrome ที่พัฒนาโดย calmwaveapp และคุณลักษณะหลักของมันคือ "Restore balance when feeling stressed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calm Wave
ดาวน์โหลดไฟล์ส่วนขยาย Calm Wave ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension helps users regain balance and control when feeling stressed, anxious, angry, or upset. In our fast-paced world, we are more overstimulated and over-scheduled than ever. It is hard to find peace and balance in all of the noise. Have you ever felt like you were lost at sea, helplessly cast about amongst the endless waves of emotions like anxiety, frustration, despair, anger, or negativity? This App will help you calm the stormy waters and reestablish a sense of control and peace. CalmWave uses the methods of cognitive behavior therapy to train your brain to be less anxious and to promote self-esteem and happiness. How it Works At the heart of this App is what is known as the ABCD method. Using this method, you will progress through a series of 4 steps. As you complete these steps, you will learn to identify the belief patterns that are behind your negative emotional state. You will begin to understand why you think and feel the way that you do, so that you can make positive changes in your life. PRIVACY & USE-OF-DATA DISCLOSURE: Calm wave does not store, collect, share, sell or otherwise transmit and personal information for its own purpose or that of any third party. For app development purposes and better metrics of user interaction with Calm Wave, the extension utilizes the Google Analytics API. For its functionality, the app does temporarily store data locally (on the user's computer) during use in the authenticated user's own Chrome browser's storage segment until the user clears the data either by pressing "Wash Your Worries Away" button or the 'x' icon on the top corner of the popup window. ***Disclaimer: this app is not intended to replace treatment by a qualified mental health practitioner should you need professional help. If you are feeling depressed or having thoughts of suicide, you should see a doctor right away.***
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Calm Wave |
ID | kddbbhejomjocdnblidaiokbkfliifho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/calm-wave/kddbbhejomjocdnblidaiokbkfliifho |
คำอธิบาย | Restore balance when feeling stressed. |
ขนาดไฟล์ | 7.67 MB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.1.2.3 |
อัปเดตครั้งล่าสุด | 2020-06-23 |
วันที่เผยแพร่ | 2020-06-22 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | calmwaveapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.razorsparrow.com/calm-wave-privacy-statement |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calm Wave", "version": "1.1.2.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Restore balance when feeling stressed.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/calm_wave16.png", "32": "images\/calm_wave32.png", "48": "images\/calm_wave48.png", "128": "images\/calm_wave128.png" } }, "icons": { "16": "images\/calm_wave16.png", "32": "images\/calm_wave32.png", "48": "images\/calm_wave48.png", "128": "images\/calm_wave128.png" }, "manifest_version": 2 } |