Pal Computer Breaks

PAL chrome extension to track computer usage and give breaks.

Hvad er Pal Computer Breaks?

Pal Computer Breaks er en Chrome-udvidelse udviklet af Mina Khan, og dens hovedfunktion er "PAL chrome extension to track computer usage and give breaks.".

Udvidelsesskærmbilleder

screenshot

Download Pal Computer Breaks-udvidelses-CRX-fil

Download Pal Computer Breaks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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].                    

Grundlæggende oplysninger om udvidelsen

Navn Pal Computer Breaks Pal Computer Breaks
ID mjomdhgfhfagmanldliegbfkoipcbgef
Officiel URL https://chromewebstore.google.com/detail/pal-computer-breaks/mjomdhgfhfagmanldliegbfkoipcbgef
Beskrivelse PAL chrome extension to track computer usage and give breaks.
Filstørrelse 14.57 MB
Antal Installationer 146
Nuværende Version 1.9
Senest Opdateret 2024-02-01
Udgivelsesdato 2023-08-24
Udvikler Mina Khan
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sites.google.com/view/microbreaks/home
Hjælpeside-URL https://sites.google.com/view/microbreaks/home
URL til Fortrolighedspolitik Side https://sites.google.com/view/microbreaks/home
Understøttede Sprog 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"
        }
    }
}