Timezone Buddy

Allow you see everyone's timezone while writing the email

什么是Timezone Buddy?

Timezone Buddy是由https://timezonebuddy.webflow.io开发的Chrome扩展程序,该扩展的主要功能是“Allow you see everyone's timezone while writing the email”。

扩展截图

screenshot

下载Timezone Buddy扩展crx文件

下载Timezone Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Timezone Buddy Timezone Buddy
ID ifhaihpejfjbnliceghdebjgchjahllf
官方URL https://chrome.google.com/webstore/detail/timezone-buddy/ifhaihpejfjbnliceghdebjgchjahllf
简介 Allow you see everyone's timezone while writing the email
文件大小 202 KB
安装次数 60
当前版本 1.0.2
更新时间 2021-09-01
上架时间 2021-08-30
评分 3.50/5 共2次评分
开发者 https://timezonebuddy.webflow.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://timezonebuddy.webflow.io/
隐私政策页面URL https://www.termsfeed.com/live/6a1917ba-2582-4992-b3ea-9a417737f704
支持的语言 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
}