Prayer Status Updater

Change Slack status to reflect praying time & set DND mode after Azan until prayer ends restoring back last status & settings

Prayer Status Updater란 무엇입니까?

Prayer Status Updater은(는) Ahmed Kamel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change Slack status to reflect praying time & set DND mode after Azan until prayer ends restoring back last status & settings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Prayer Status Updater 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        How it works:

It get's your current location from local browser API and get's your timezone info from timezone db API.

You connect to a Slack team/s oauth2 API using chrome browser identity.

Every six hours it updates your location and timezone info.

Using provided timezone info and location coordination it uses prayer times library to set your five Salah times when installed/started and creates internal app alarms that are triggered at Salah time to wake up the app to go and change your Slack status and snoozing, Dnd settings creating another alarm right after setting the status to replace it with your last status and settings before salah based on the prayers idle default or updated times through extension preferences/options.

At minute one of every day "00:01" it run an alarm to create alarms for the days 5 prays to not miss any.

Features:

- Connects to Slack using OAuth2 and any personal data are stored in your local browser only.
- Updates your status at every Muslim Salah considering idle times you set yourself.
- Remembers your last status and settings before Salah to not cause you not welcomed notifications after Salah if you were on snooze or do not disturb mode.
- Open Source MIT License                    

확장 프로그램 기본 정보

이름 Prayer Status Updater Prayer Status Updater
ID angcnehdmhhhceijompnlichhojnkdco
공식 URL https://chrome.google.com/webstore/detail/prayer-status-updater/angcnehdmhhhceijompnlichhojnkdco
설명 Change Slack status to reflect praying time & set DND mode after Azan until prayer ends restoring back last status & settings
파일 크기 4.98 MB
설치 횟수 18
현재 버전 1.1.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
개발자 Ahmed Kamel
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Abukamel/salah-status-updater
개인정보 보호 정책 페이지 URL https://github.com/Abukamel/salah-status-updater/blob/master/PRIVACY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prayer Status Updater",
    "description": "Change Slack status to reflect praying time & set DND mode after Azan until prayer ends restoring back last status & settings",
    "version": "1.1.0",
    "author": "Ahmed Kamel ",
    "homepage_url": "https:\/\/github.com\/Abukamel\/salah-status-updater",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Prayer Status Updater",
        "default_icon": {
            "16": "prayer-16.png",
            "48": "prayer-64.png",
            "128": "prayer-128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "prayer-16.png",
        "48": "prayer-64.png",
        "128": "prayer-128.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persist": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnFnjFYZ\/nQcWWGJXBo7cmRozBd65z6XoI6cFpHRqftAXVVFs8FnJgIrzBi5xloufb0Qfflno9oiFRZb\/3HW6k\/DqXEgjhSAVDQkdAXwMeYO9ZUlKnwe8KWyb2V0fa1\/Fsg2i2KURpfj9mFTWcot0bs0yjVArkfS7LpO8tkxHSVDWCm5+tNDMI7fn5TmDtAbNq7wMTdyqydRyVAhXAvdrcqDTc6BKJkY7ALRuqV+S97F5n9R+vwg4GRqcWdyLsQOs5MH6dqjSp1Bw5gouoCgeYhHGVoKX253AM81lkWA0hA1EKKPPNjhongPdGE\/8DDBK2EGri\/uRA3WKfgAfVJdUbwIDAQAB",
    "oauth2": {
        "client_id": "191415554187-plf74df8l8m94qopnqpis6mt2uq3519k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/slack-oauth-middleware.herokuapp.com\/oauth2"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "identity",
        "storage",
        "tabs",
        "background",
        "geolocation",
        "https:\/\/slack.com\/*",
        "https:\/\/slack-oauth-middleware.herokuapp.com\/oauth2",
        "http:\/\/api.timezonedb.com\/*"
    ]
}