Workiro

Integrate any website with Workiro to create tasks and manage your work.

Workiro란 무엇입니까?

Workiro은(는) https://getbusy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrate any website with Workiro to create tasks and manage your work."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Workiro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do more in Google Chrome with the Workiro connector. Integrate Workiro with any number of web applications, so that you can quickly jump from a record in another system to the corresponding record in Workiro. Highly configurable. You can also perform quick Workiro actions related to the current record, such as create a new task for the client record you’re working on.

Workiro provides a unique combination of features that help build exceptional relationships through incredible work.

* Documents: Capture, organize, manage and store work easily.
* Communication: Communicate with anyone quickly and securely.
* Shared tasks: Get work with anyone, in a structured, clear way.
* Signatures: Unlimited E-Signatures with a simple client experience.
* Custom branding: Represent your brand with every interaction.
* Alerts, reminders & more: Smart nudging and notifications.

Join 65,000+ GetBusy UK Ltd software users from small to enterprise businesses around the world.

Help us build the product you need. We love your feedback, either in the app, or email [email protected]                    

확장 프로그램 기본 정보

이름 Workiro Workiro
ID mdfkmfkijfdcljfnmbgbdmmklodcnacm
공식 URL https://chromewebstore.google.com/detail/workiro/mdfkmfkijfdcljfnmbgbdmmklodcnacm
설명 Integrate any website with Workiro to create tasks and manage your work.
파일 크기 123 KB
설치 횟수 76
현재 버전 1.9.3
최근 업데이트 2024-01-26
출시 날짜 2020-05-27
개발자 https://getbusy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.workiro.com
도움말 페이지 URL https://help.getbusy.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.workiro.com/terms-and-policies/privacy-notice
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Workiro",
    "description": "Integrate any website with Workiro to create tasks and manage your work.",
    "version": "1.9.3",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}