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"
        }
    }
}