Timezone Buddy
Allow you see everyone's timezone while writing the email
Co je Timezone Buddy?
Timezone Buddy je rozšíření Chrome vyvinuté https://timezonebuddy.webflow.io, a jeho hlavní funkcí je „Allow you see everyone's timezone while writing the email“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Timezone Buddy
Stáhněte si soubory rozšíření Timezone Buddy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ifhaihpejfjbnliceghdebjgchjahllf |
Oficiální URL | https://chrome.google.com/webstore/detail/timezone-buddy/ifhaihpejfjbnliceghdebjgchjahllf |
Popis | Allow you see everyone's timezone while writing the email |
Velikost souboru | 202 KB |
Počet instalací | 60 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2021-09-01 |
Datum Vydání | 2021-08-30 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | https://timezonebuddy.webflow.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://timezonebuddy.webflow.io/ |
URL Stránky Zásad Ochrany Soukromí | https://www.termsfeed.com/live/6a1917ba-2582-4992-b3ea-9a417737f704 |
Podporované Jazyky | 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 } |