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