Pal Computer Breaks

PAL chrome extension to track computer usage and give breaks.

Apa itu Pal Computer Breaks?

Pal Computer Breaks adalah ekstensi Chrome yang dikembangkan oleh Mina Khan, dan fitur utamanya adalah "PAL chrome extension to track computer usage and give breaks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pal Computer Breaks

Unduh file ekstensi Pal Computer Breaks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pal Computer Breaks Pal Computer Breaks
ID mjomdhgfhfagmanldliegbfkoipcbgef
URL Resmi https://chromewebstore.google.com/detail/pal-computer-breaks/mjomdhgfhfagmanldliegbfkoipcbgef
Deskripsi PAL chrome extension to track computer usage and give breaks.
Ukuran File 14.57 MB
Jumlah Instalasi 146
Versi Saat Ini 1.9
Terakhir Diperbarui 2024-02-01
Tanggal Publikasi 2023-08-24
Pengembang Mina Khan
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sites.google.com/view/microbreaks/home
URL Halaman Bantuan https://sites.google.com/view/microbreaks/home
URL Halaman Kebijakan Privasi https://sites.google.com/view/microbreaks/home
Bahasa yang Didukung 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"
        }
    }
}