CbtCognitiveBehavioralTherapy.com
CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.
CbtCognitiveBehavioralTherapy.comคืออะไร?
CbtCognitiveBehavioralTherapy.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aq46sw และคุณลักษณะหลักของมันคือ "CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CbtCognitiveBehavioralTherapy.com
ดาวน์โหลดไฟล์ส่วนขยาย CbtCognitiveBehavioralTherapy.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows total time spent every 10 seconds spent on CbtCognitiveBehavioralTherapy.com You can find information about cognitive behavioral therapy and other psychotherapy methods on our website. Detailed information about our website is given below. You can find the following tools prepared for readers on the website prepared by 6 psychology students from different countries. Worksheets Application techniques Course and training analysis Psychotherapist lists General information about mental illnesses and psychotherapy treatment methods Famous Psychologists & Theories Acceptance and Commitment Therapy Art Therapy Child and Adolescent Psychology Depression Eclectic Therapy EMDR Therapy Famous Psychologists & Theories Hypnotherapy Metacognitive Therapy Mindfulness Neuropsychiatry Psychotherapy Book Reviews Schema Therapy Allow notification: User activity, For example: network monitoring, number of clicks, mouse position, scrolling or keystroke recording Site permission information: https://www.cbtcognitivebehavioraltherapy.com/privacy-policy/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CbtCognitiveBehavioralTherapy.com |
ID | infimccbgaohjkejnnjkojamnhkfmoio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cbtcognitivebehavioralthe/infimccbgaohjkejnnjkojamnhkfmoio |
คำอธิบาย | CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site. |
ขนาดไฟล์ | 27.69 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-12-27 |
วันที่เผยแพร่ | 2020-12-26 |
ผู้พัฒนา | aq46sw |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cbtcognitivebehavioraltherapy.com/ |
URL หน้าช่วยเหลือ | https://www.cbtcognitivebehavioraltherapy.com/contact-us/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CbtCognitiveBehavioralTherapy.com", "version": "0.0.1", "manifest_version": 2, "description": "CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.cbtcognitivebehavioraltherapy.com\/*", "https:\/\/www.cbtcognitivebehavioraltherapy.com\/*" ], "js": [ "content_script.js" ], "css": [ "content_style.css" ] } ], "permissions": [ "tabs", "http:\/\/www.cbtcognitivebehavioraltherapy.com\/*", "https:\/\/www.cbtcognitivebehavioraltherapy.com\/*", "notifications" ] } |