CbtCognitiveBehavioralTherapy.com

CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.

CbtCognitiveBehavioralTherapy.com란 무엇입니까?

CbtCognitiveBehavioralTherapy.com은(는) aq46sw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CbtCognitiveBehavioralTherapy.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}