Fabasoft Folio 2016

Web browser extension for the Fabasoft Folio Client 2016

Fabasoft Folio 2016란 무엇입니까?

Fabasoft Folio 2016은(는) https://www.fabasoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web browser extension for the Fabasoft Folio Client 2016"입니다.

확장 프로그램 스크린샷

screenshot

Fabasoft Folio 2016 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Fabasoft Folio 2016 Fabasoft Folio 2016
ID hiejidhjgjpelfgldfhmnaoahnephhfg
공식 URL https://chromewebstore.google.com/detail/fabasoft-folio-2016/hiejidhjgjpelfgldfhmnaoahnephhfg
설명 Web browser extension for the Fabasoft Folio Client 2016
파일 크기 19.45 KB
설치 횟수 127,692
현재 버전 16.0.11.83
최근 업데이트 2023-04-06
출시 날짜 2020-03-01
평점 3.00/5 총 2 개의 평점
개발자 https://www.fabasoft.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.fabasoftfolio.com/
도움말 페이지 URL http://www.fabasoft.com/company/support
개인정보 보호 정책 페이지 URL https://www.fabasoft.com/en/privacy-statement
지원되는 언어 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",
        ""
    ]
}