Calender by RT

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

Qu'est-ce que Calender by RT ?

Calender by RT est une extension Chrome développée par FM Developers, et sa fonction principale est "Quickly see the time until your next meeting from any of your calendars".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Calender by RT

Téléchargez les fichiers d'extension Calender by RT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Calender by RT Calender by RT
ID ebefbjbjbgiclfhkcmegknjiccbdildj
URL Officiel https://chromewebstore.google.com/detail/calender-by-rt/ebefbjbjbgiclfhkcmegknjiccbdildj
Description Quickly see the time until your next meeting from any of your calendars
Taille du Fichier 47.46 KB
Nombre d'Installations 21
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-11-10
Date de Publication 2021-11-09
Développeur FM Developers
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.robloxtime.net/
URL de la Page d'Aide https://www.robloxtime.net/
Langues Prises en Charge 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"
    }
}