Timezone Buddy

Allow you see everyone's timezone while writing the email

Apa itu Timezone Buddy?

Timezone Buddy adalah ekstensi Chrome yang dikembangkan oleh https://timezonebuddy.webflow.io, dan fitur utamanya adalah "Allow you see everyone's timezone while writing the email".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Timezone Buddy

Unduh file ekstensi Timezone Buddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Timezone Buddy Timezone Buddy
ID ifhaihpejfjbnliceghdebjgchjahllf
URL Resmi https://chrome.google.com/webstore/detail/timezone-buddy/ifhaihpejfjbnliceghdebjgchjahllf
Deskripsi Allow you see everyone's timezone while writing the email
Ukuran File 202 KB
Jumlah Instalasi 60
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-09-01
Tanggal Publikasi 2021-08-30
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://timezonebuddy.webflow.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://timezonebuddy.webflow.io/
URL Halaman Kebijakan Privasi https://www.termsfeed.com/live/6a1917ba-2582-4992-b3ea-9a417737f704
Bahasa yang Didukung 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
}