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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}