CbtCognitiveBehavioralTherapy.com
CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.
¿Qué es CbtCognitiveBehavioralTherapy.com?
CbtCognitiveBehavioralTherapy.com es una extensión de Chrome desarrollada por aq46sw, y su función principal es "CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CbtCognitiveBehavioralTherapy.com
Descarga archivos de extensión CbtCognitiveBehavioralTherapy.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | CbtCognitiveBehavioralTherapy.com |
ID | infimccbgaohjkejnnjkojamnhkfmoio |
URL Oficial | https://chromewebstore.google.com/detail/cbtcognitivebehavioralthe/infimccbgaohjkejnnjkojamnhkfmoio |
Descripción | CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site. |
Tamaño del Archivo | 27.69 KB |
Cantidad de Instalaciones | 26 |
Versión Actual | 0.0.1 |
Última Actualización | 2020-12-27 |
Fecha de Publicación | 2020-12-26 |
Desarrollador | aq46sw |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.cbtcognitivebehavioraltherapy.com/ |
URL de la Página de Ayuda | https://www.cbtcognitivebehavioraltherapy.com/contact-us/ |
Idiomas Soportados | 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" ] } |