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.」です。
拡張機能のスクリーンショット
CbtCognitiveBehavioralTherapy.com拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |