TimeWriter: Save Time Scheduling Meetings
Automatically writes time slots from your calendar saving you hours from the repetitive task of writing out meeting times.
TimeWriter: Save Time Scheduling Meetings क्या है?
TimeWriter: Save Time Scheduling Meetings https://timewriter.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically writes time slots from your calendar saving you hours from the repetitive task of writing out meeting times."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TimeWriter: Save Time Scheduling Meetings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
While scheduling links like Calendly are common today, often scheduling a meeting still depends on written time slots. That's when TimeWriter is incredibly useful. Here's how TimeWriter works: 1) Select time slots on Google Calendar and then click "Add to Clipboard." TimeWriter saves these times to your clipboard, appearing like this: Mon, Jan 2: 9a-11a EST Tue, Jan 3: 8a-9a, 10a-12p EST 2) For time zone adjustments, type and select any city worldwide. TimeWriter automatically adjusts your clipboard times to match your recipient's time zone, like this: Mon, Jan 2: 2p-4p CET Tue, Jan 3: 1p-2p, 3p-5p CET 3) When ready, paste it into your message and hit send. 🚀 TimeWriter is free to use. If needed, you can upgrade to TimeWriter Pro ($1/mo), which removes the "Time Slots by TimeWriter" email signature. Add TimeWriter and try it now!
एक्सटेंशन की मूल जानकारी
नाम | TimeWriter: Save Time Scheduling Meetings |
ID | dkcgdknimgiffognmpiheegpfkkmcapk |
आधिकारिक URL | https://chromewebstore.google.com/detail/timewriter-save-time-sche/dkcgdknimgiffognmpiheegpfkkmcapk |
विवरण | Automatically writes time slots from your calendar saving you hours from the repetitive task of writing out meeting times. |
फ़ाइल का आकार | 609 KB |
स्थापना संख्या | 59 |
वर्तमान संस्करण | 1.3.5 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2023-04-06 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://timewriter.co |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://timewriter.co |
गोपनीयता नीति पृष्ठ URL | https://timewriter.co/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TimeWriter: Save Time Scheduling Meetings", "description": "Automatically writes time slots from your calendar saving you hours from the repetitive task of writing out meeting times.", "version": "1.3.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "gcal.js" ], "css": [ "styles.css" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/u\/*" ], "js": [ "gmail.js" ], "css": [ "styles.css" ] } ], "host_permissions": [ "https:\/\/calendar.google.com\/*", "https:\/\/mail.google.com\/mail\/u\/*" ], "web_accessible_resources": [ { "resources": [ "\/images\/timewriter-icon-black-on-transparent.svg" ], "matches": [ " |