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文件

下載Smartbooqing PDF viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}