Timezone Buddy
Allow you see everyone's timezone while writing the email
Qu'est-ce que Timezone Buddy ?
Timezone Buddy est une extension Chrome développée par https://timezonebuddy.webflow.io, et sa fonction principale est "Allow you see everyone's timezone while writing the email".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timezone Buddy
Téléchargez les fichiers d'extension Timezone Buddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ifhaihpejfjbnliceghdebjgchjahllf |
URL Officiel | https://chrome.google.com/webstore/detail/timezone-buddy/ifhaihpejfjbnliceghdebjgchjahllf |
Description | Allow you see everyone's timezone while writing the email |
Taille du Fichier | 202 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-09-01 |
Date de Publication | 2021-08-30 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | https://timezonebuddy.webflow.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://timezonebuddy.webflow.io/ |
URL de la Page de Politique de Confidentialité | https://www.termsfeed.com/live/6a1917ba-2582-4992-b3ea-9a417737f704 |
Langues Prises en Charge | 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 } |