Calender by RT

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

Calender by RT क्या है?

Calender by RT FM Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly see the time until your next meeting from any of your calendars"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Calender by RT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}