CbtCognitiveBehavioralTherapy.com
CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.
O que é CbtCognitiveBehavioralTherapy.com?
CbtCognitiveBehavioralTherapy.com é uma extensão do Chrome desenvolvida por aq46sw, e sua principal característica é "CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CbtCognitiveBehavioralTherapy.com
Baixe arquivos de extensão CbtCognitiveBehavioralTherapy.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | CbtCognitiveBehavioralTherapy.com |
ID | infimccbgaohjkejnnjkojamnhkfmoio |
URL Oficial | https://chromewebstore.google.com/detail/cbtcognitivebehavioralthe/infimccbgaohjkejnnjkojamnhkfmoio |
Descrição | CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site. |
Tamanho do Arquivo | 27.69 KB |
Contagem de Instalações | 26 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-12-27 |
Data de Publicação | 2020-12-26 |
Desenvolvedor | aq46sw |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.cbtcognitivebehavioraltherapy.com/ |
URL da Página de Ajuda | https://www.cbtcognitivebehavioraltherapy.com/contact-us/ |
Idiomas Suportados | 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" ] } |