WorkFlowy to Google Calendar

Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks.

WorkFlowy to Google Calendar क्या है?

WorkFlowy to Google Calendar rawbytz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WorkFlowy to Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ver 3.2.0: Adds Cursor Focus Option

• Creates events using the WorkFlowy bullet name.
• Looks in the WorkFlowy bullet name (or note) for dates.  
• If no dates are found, it creates an event in the next time slot.
• OPTION: use cursor focus instead of zooming to select events.
• Works on any webpage, not just WorkFlowy.
• Activate via toolbar icon, keyboard shortcut or right click menu.
• Adds the page link to the event note.
• Great way to create reminder/notifications for WorkFlowy items!
• Lightweight,  no special permissions.
• Right Click the extension icon and select Options for instructions on how to specify target calendars.

TO USE:
• Zoom on the WorkFlowy bullet (or load a webpage).
• When FOCUS OPTION is enabled, set cursor focus to the desired item.
• Click the icon, right click menu, or use a keyboard shortcut.
 (an add event form opens in a new tab).
• Click Save, or edit details if desired.

Ver 3.2.1: Minor date parsing bug fix.
Ver 3.1.1: Fixes broken WorkFlowy date parsing
Ver 3.1.0: Adds support for WorkFlowy's new dates feature
Ver 3.0.0 Use keywords in bullet text to specify different calendars.
Ver 2.2 Notes:
• The new Google Calendar format no longer supports Quick Add parsing.
• The date and time now default to the next 30 minute time slot.                    

एक्सटेंशन की मूल जानकारी

नाम WorkFlowy to Google Calendar WorkFlowy to Google Calendar
ID jgcnopjghjlddcncaiohpbchlojdhgde
आधिकारिक URL https://chromewebstore.google.com/detail/workflowy-to-google-calen/jgcnopjghjlddcncaiohpbchlojdhgde
विवरण Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks.
फ़ाइल का आकार 11.37 KB
स्थापना संख्या 3,927
वर्तमान संस्करण 3.2.1
अंतिम अपडेट 2020-03-16
प्रकाशन तिथि 2020-03-16
रेटिंग 4.27/5 कुल 15 रेटिंग्स
डेवलपर rawbytz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rawbytz.wordpress.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorkFlowy to Google Calendar",
    "description": "Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks.",
    "version": "3.2.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "2GCal-128b.png",
        "default_title": "Create Google Calendar Event"
    },
    "icons": {
        "128": "2GCal-128b.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}