Pal Computer Breaks

PAL chrome extension to track computer usage and give breaks.

Τι είναι το Pal Computer Breaks;

Το Pal Computer Breaks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mina Khan, και η κύρια λειτουργία του είναι "PAL chrome extension to track computer usage and give breaks.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pal Computer Breaks

Λήψη αρχείων επέκτασης Pal Computer Breaks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Privacy Policy for the PAL Chrome Extension

PAL is developed to monitor computer usage and recommend timely breathing breaks. By participating in our 8-week study, you help us explore the impact of web-usage breaks on user well-being. By the end of the 8-week study, you will get $50 if you have completed all weekly 10-minute surveys.

Data Collection with Emphasis on Privacy: We collect data on only category of the domain you visit and never the specific pages you navigate to within that domain. We also track when you take or decline your microbreaks. You may request you wish to withdraw from the study or remove your data at any point.

User Consent: We are committed to obtaining your informed consent before data collection.  Your consent is paramount, and you can withdraw it anytime, resulting in the cessation of further data collection and the removal of your data from our servers. Please see the consent form below.

Data Handling and Protection: Data security is our priority. We implement strict measures to ensure that your information is encrypted, password-protected, and accessible only to authorized individuals. This commitment extends to the careful coding of data to prevent unauthorized access.

Data Retention and Disposal: We store data only for the duration necessary to achieve the study's objectives. Your personal information will be securely destroyed within three years post-study completion and publication of its results.

No Offline Mode: Please be advised that PAL operates exclusively with an active internet connection. This allows for accurate tracking and real-time updates, essential for the study's integrity and the functionality of the extension.

Chrome Permissions: 
i. Identity Data - To personalize your experience and display your usage metrics; 
ii. Tabs and Browsing Data: To understand your usage patterns for contextually relevant breathing breaks; 
iii. Storage Data: To record the number of breaks and monitor progress; 
iv. Active Tab, Scripting, Notification, Idle, Alarm, and Host Permission Data: These are collected to enhance the functionality of PAL, ranging from displaying breathing animations to scheduling reminders.

Contact Information
If you have questions about this Privacy Policy or wish to withdraw your data, please reach us at [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pal Computer Breaks Pal Computer Breaks
ID mjomdhgfhfagmanldliegbfkoipcbgef
Επίσημο URL https://chromewebstore.google.com/detail/pal-computer-breaks/mjomdhgfhfagmanldliegbfkoipcbgef
Περιγραφή PAL chrome extension to track computer usage and give breaks.
Μέγεθος Αρχείου 14.57 MB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2024-02-01
Ημερομηνία Δημοσίευσης 2023-08-24
Προγραμματιστής Mina Khan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/view/microbreaks/home
Διεύθυνση URL της Σελίδας Βοήθειας https://sites.google.com/view/microbreaks/home
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/microbreaks/home
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pal Computer Breaks",
    "description": "PAL chrome extension to track computer usage and give breaks.",
    "version": "1.9",
    "host_permissions": [
        "http:\/\/143.198.251.191\/",
        "http:\/\/134.209.74.98:3000\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "about.html",
                "about\/*.png",
                "about\/*.gif",
                "badges.html",
                "badges.js",
                "content.css",
                "survey.html",
                "consent.html",
                "consent.js",
                "alert.js",
                "stats.html",
                "chart.umd.js",
                "chart.umd.js.map",
                "chartjs-plugin-zoom.min.js",
                "chartjs-adapter-moment",
                "moment.min.js",
                "hammer.min.js",
                "hammer.min.js.map",
                "badges\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "notifications",
        "idle",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "123257038728-65ot7ibcorraq5rua0v9pnf967mid1a5.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}