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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks."입니다.

확장 프로그램 스크린샷

screenshot

WorkFlowy to Google Calendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}