WorkBoard

Enterprise Results Management Software

Vad är WorkBoard?

WorkBoard är en Chrome-tillägg utvecklad av wobochromedevelopers, och dess huvudfunktion är "Enterprise Results Management Software".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner WorkBoard-förlängningens CRX-fil

Ladda ner WorkBoard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Workboard's Chrome Extension allows you to view, add, and check off completed tasks on your daily Action Item list without switching browser tabs or navigating away.

* Focus on today's today’s priorities
* Add to your list on the fly
* Instantly check-off done items  

Get the right things done every day to increase your impact. Simply click on the Workboard icon, see your Action Item list for the day, and work it. Fast. Easy. Powerful.                    

Grundläggande Information om Tillägg

Namn WorkBoard WorkBoard
ID glekcgnnhapbkpkffmojpnpobnhkbpib
Officiell webbadress https://chromewebstore.google.com/detail/workboard/glekcgnnhapbkpkffmojpnpobnhkbpib
Beskrivning Enterprise Results Management Software
Filstorlek 45.23 KB
Antal Installationer 616
Aktuell Version 1.3.7
Senast Uppdaterad 2023-12-14
Publiceringsdatum 2019-11-25
Utvecklare wobochromedevelopers
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.workboard.com
Hjälpsida URL https://workboard.zendesk.com/hc/en-us
URL till Sekretesspolicy Sidan https://www.workboard.com/legal/privacy-policy.php
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorkBoard",
    "version": "1.3.7",
    "description": "Enterprise Results Management Software",
    "permissions": [
        "storage",
        "identity",
        "alarms",
        "https:\/\/www.myworkboard.com\/wb\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.7.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/wb_icon.ico",
            "32": "images\/wb_icon.ico",
            "48": "images\/wb_icon.ico",
            "128": "images\/wb_icon.ico"
        }
    },
    "icons": {
        "16": "images\/wb_icon.ico",
        "32": "images\/wb_icon.ico",
        "48": "images\/wb_icon.ico",
        "128": "images\/wb_icon.ico"
    },
    "manifest_version": 2
}