Fabasoft Folio 2016

Web browser extension for the Fabasoft Folio Client 2016

Fabasoft Folio 2016 là gì?

Fabasoft Folio 2016 là một tiện ích mở rộng Chrome được phát triển bởi https://www.fabasoft.com, và tính năng chính của nó là "Web browser extension for the Fabasoft Folio Client 2016".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fabasoft Folio 2016

Tải xuống các tệp mở rộng Fabasoft Folio 2016 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Fabasoft Folio 2016 offers solutions for Enterprise Content Management, Collaboration, Agile Business Processes, Compliance Management and Information Governance.

The web browser extension for the Fabasoft Folio Client 2016 has additional features:
 
- Import folders and files (including large structures and files)
- Open and edit documents on your workstation from Folio using local applications (e.g. Microsoft Office, LibreOffice)
- Sync documents from Folio with your workstation for offline use
- Copy and paste documents from Folio into local folder
- Copy and paste html object links into documents and emails
- Manage WebDAV connection to Folio                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fabasoft Folio 2016 Fabasoft Folio 2016
ID hiejidhjgjpelfgldfhmnaoahnephhfg
URL Chính Thức https://chromewebstore.google.com/detail/fabasoft-folio-2016/hiejidhjgjpelfgldfhmnaoahnephhfg
Mô tả Web browser extension for the Fabasoft Folio Client 2016
Kích Thước Tệp 19.45 KB
Số Lần Cài Đặt 127,692
Phiên Bản Hiện Tại 16.0.11.83
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2020-03-01
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.fabasoft.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.fabasoftfolio.com/
URL Trang Trợ Giúp http://www.fabasoft.com/company/support
URL Trang Chính Sách Bảo Mật https://www.fabasoft.com/en/privacy-statement
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabasoft Folio 2016",
    "description": "Web browser extension for the Fabasoft Folio Client 2016",
    "version": "16.0.11.83",
    "author": "Copyright (C) Fabasoft R&D GmbH, A-4020 Linz, 1988-2018.",
    "homepage_url": "http:\/\/www.fabasoft.com",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nmext.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "nmextback.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "web_accessible_resources": [
        "installed.js"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "128": "icon128.png",
            "256": "icon256.png"
        }
    },
    "permissions": [
        "tabs",
        "cookies",
        "nativeMessaging",
        ""
    ]
}