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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | ifhaihpejfjbnliceghdebjgchjahllf |
官方網址 | 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 } |