Calender by RT

Quickly see the time until your next meeting from any of your calendars

Calender by RT란 무엇입니까?

Calender by RT은(는) FM Developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly see the time until your next meeting from any of your calendars"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Calender by RT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It Helps Maintain all upcoming tasks and organize them in a better way.
Click on the button to be taken to your online calendar.

Easy to Use
User Friendly

For any further information related to our extension, you may visit our website.

If you have feedbacks or any issues, you can easily contact us by going to the contact us page on our given website or alternatively you can email us.                    

확장 프로그램 기본 정보

이름 Calender by RT Calender by RT
ID ebefbjbjbgiclfhkcmegknjiccbdildj
공식 URL https://chromewebstore.google.com/detail/calender-by-rt/ebefbjbjbgiclfhkcmegknjiccbdildj
설명 Quickly see the time until your next meeting from any of your calendars
파일 크기 47.46 KB
설치 횟수 21
현재 버전 2.0.0
최근 업데이트 2021-11-10
출시 날짜 2021-11-09
개발자 FM Developers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.robloxtime.net/
도움말 페이지 URL https://www.robloxtime.net/
지원되는 언어 id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calender by RT",
    "description": "Quickly see the time until your next meeting from any of your calendars",
    "manifest_version": 2,
    "default_locale": "en",
    "options_page": "views\/options.html",
    "options_ui": {
        "page": "views\/options.html",
        "chrome_style": true
    },
    "version": "2.0.0",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Calender by RT"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    }
}