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/ Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
]
} | |