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
Eメール [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
}