Timezone Buddy
Allow you see everyone's timezone while writing the email
Timezone Buddy क्या है?
Timezone Buddy https://timezonebuddy.webflow.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow you see everyone's timezone while writing the email"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timezone Buddy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |