Timezone Buddy

Allow you see everyone's timezone while writing the email

Wat is Timezone Buddy?

Timezone Buddy is een Chrome-extensie ontwikkeld door https://timezonebuddy.webflow.io, en de belangrijkste functie is "Allow you see everyone's timezone while writing the email".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Timezone Buddy

Download Timezone Buddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Often we waste too much time on finding the right time 🕐 that works everyone around the world. This extension allows you to see the timezone of all recipients while writing email directly                    

Basisinformatie over de Extensie

Naam Timezone Buddy Timezone Buddy
ID ifhaihpejfjbnliceghdebjgchjahllf
Officiële URL https://chrome.google.com/webstore/detail/timezone-buddy/ifhaihpejfjbnliceghdebjgchjahllf
Beschrijving Allow you see everyone's timezone while writing the email
Bestandsgrootte 202 KB
Aantal Installaties 60
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-09-01
Publicatiedatum 2021-08-30
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://timezonebuddy.webflow.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://timezonebuddy.webflow.io/
URL van de Privacybeleid Pagina https://www.termsfeed.com/live/6a1917ba-2582-4992-b3ea-9a417737f704
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timezone Buddy",
    "description": "Allow you see everyone's timezone while writing the email",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/maps.googleapis.com\/maps\/api\/*"
            ],
            "js": [
                "inboxsdk.js",
                "underscore.js",
                "content.js",
                "jquery.js",
                "location.js",
                "jquery-ui.js",
                "tracking.js"
            ],
            "css": [
                "styles.css",
                "jquery-ui.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.google.com\/",
        "https:\/\/maps.googleapis.com\/*",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "geolocation",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        "timezonerow.html",
        "index.html"
    ],
    "manifest_version": 2
}