Smartbooqing PDF viewer

Shows Smartbooqing PDF in your Twinfield account.

Smartbooqing PDF viewer란 무엇입니까?

Smartbooqing PDF viewer은(는) https://smartbooqing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows Smartbooqing PDF in your Twinfield account."입니다.

확장 프로그램 스크린샷

screenshot

Smartbooqing PDF viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Viewing made easy, on the same page, view the document booking details and the PDF in parallel for the Twinfield accounting system. 
Once you activate ‘Smartbooqing PDF viewer’, you need to now login to your accounting system >>  select any document exported from Smartbooqing >> view its document details page. Here you can view PDF file and bookings details simultaneously.
You can even perform the following action over pdf file:
- ZoomIn/ ZoomOut document
- Download pdf                    

확장 프로그램 기본 정보

이름 Smartbooqing PDF viewer Smartbooqing PDF viewer
ID dfemfjemclfbagoibbommjhcjbnhnced
공식 URL https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced
설명 Shows Smartbooqing PDF in your Twinfield account.
파일 크기 8.56 KB
설치 횟수 183
현재 버전 1.3.1
최근 업데이트 2023-05-03
출시 날짜 2020-06-10
개발자 https://smartbooqing.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.smartbooqing.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Smartbooqing",
    "name": "Smartbooqing PDF viewer",
    "description": "Shows Smartbooqing PDF in your Twinfield account.",
    "version": "1.3.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twinfield.com\/input\/default.aspx*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "sbq-logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*.twinfield.com\/"
    ]
}