Workiro

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

Workiro क्या है?

Workiro https://getbusy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrate any website with Workiro to create tasks and manage your work."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Workiro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}