Pal Computer Breaks

PAL chrome extension to track computer usage and give breaks.

什麼是Pal Computer Breaks?

Pal Computer Breaks是由Mina Khan開發的Chrome擴展程式,該擴展的主要功能是“PAL chrome extension to track computer usage and give breaks.”。

擴展截圖

screenshot

下載Pal Computer Breaks擴展crx文件

下載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
官方網址 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"
        }
    }
}