trustkey

Interactive digital templates

trustkeyคืออะไร?

trustkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trustkey.eu และคุณลักษณะหลักของมันคือ "Interactive digital templates"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย trustkey

ดาวน์โหลดไฟล์ส่วนขยาย trustkey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        trustkey – the template-cloud that enables SOVEREIGNTY in collaboration by linking workflow, documentation and communication.

Slips of paper, email flood, file attachments make it hard to collaborate productively.

trustkey simplifies collaboration processes and helps to eliminate time-wasters, like: unclear tasks, overflowing inboxes, unorganized notes, waiting for input, lack of priorities, futile (re)search, rework or unnecessary procedures.

Productive cloud-based teamwork becomes possible: efficient, individual and modern.

#Efficient: Handle tasks and workflows with less time and fewer errors in one software
- Workflow- and task management
- Access to expert templates
- Digital documentation
- Notifications, reminders and other automations

#Individual: Digitize processes by combining preconfigured parts
- Convenient components like Timer, Options and DataGrid
- Linking of tasks into workflows
- Customization of templates
- Connection with other systems via links and APIs

#Modern: Leverage business and collaboration intelligence for business success
- Intelligent dashboards
- Constraints identification
- Process performance analysis
- Real-time collaboration
- Sharing of tasks and content – internally and externally

Documented information like instructions, standards, methods, verifications, lists, sheets etc. are transformed into digitally linked data flows.

Instant access to a large selection of pre-built templates for managed processes, like: 
- Quality Management
- Safety Management
- Environmental Management
- HR
- Supplier Management
- Resource Management
- Sales
- Engineering
- Purchasing
- Manufacturing and Assembly
- Logistics
- Services
- etc.

Examples of pre-built and fully customizable templates:
- Maintenance, safety and operational instructions
- Audit plan and report
- Training certificate
- Preparatory sheets
- 8D-report
- Risk evaluation
- Advanced Product and Quality Planning report (APQP)
- First Article Inspection report (FAI)
- Configuration management plan
- Feasibility analysis
- Sales checklists
- Service report
- Work order
- Operations plan
- Inspection report
- Certificates of conformity
Etc.

IBODigital – the maker of trustkey – is specialized in cloud-based process solutions. We support our customers through process consulting, implementation, support and continuous updates.

Get started and set up your company's workspace in trustkey right away. You can test trustkey for 14 days free of charge: https://www.trustkey.eu/.

You want to learn more about trustkey? Take a look at our webpage: https://www.ibodigital.com/en/cloud-solutions/trustkey/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ trustkey trustkey
ID lkacomkhliianbamiaihdbcdagffhjde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trustkey/lkacomkhliianbamiaihdbcdagffhjde
คำอธิบาย Interactive digital templates
ขนาดไฟล์ 98.83 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-03-02
วันที่เผยแพร่ 2021-03-02
ผู้พัฒนา https://trustkey.eu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.trustkey.eu
URL หน้าช่วยเหลือ https://support.ibodigital.com
URL หน้านโยบายความเป็นส่วนตัว https://www.ibodigital.com/en/privacy-policy
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "trustkey",
    "version": "2.1",
    "minimum_chrome_version": "38.0.0.0",
    "description": "Interactive digital templates",
    "permissions": [
        "alarms",
        "background",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.trustkey.eu\/*"
            ],
            "js": [
                "dummy.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tk_icon_16.png",
            "32": "images\/tk_icon_32.png",
            "48": "images\/tk_icon_48.png",
            "128": "images\/tk_icon_128.png"
        }
    },
    "icons": {
        "16": "images\/tk_icon_16.png",
        "32": "images\/tk_icon_32.png",
        "48": "images\/tk_icon_48.png",
        "128": "images\/tk_icon_128.png"
    },
    "manifest_version": 2
}