Smartbooqing PDF viewer

Shows Smartbooqing PDF in your Twinfield account.

What is Smartbooqing PDF viewer?

Smartbooqing PDF viewer is a Chrome extension developed by https://smartbooqing.com, and its main feature is "Shows Smartbooqing PDF in your Twinfield account.".

Extension Screenshots

screenshot

Download Smartbooqing PDF viewer Extension CRX File

Download Smartbooqing PDF viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Smartbooqing PDF viewer Smartbooqing PDF viewer
ID dfemfjemclfbagoibbommjhcjbnhnced
Official URL https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced
Description Shows Smartbooqing PDF in your Twinfield account.
File Size 8.56 KB
Installation Count 183
Current Version 1.3.1
Last Updated 2023-05-03
Publish Date 2020-06-10
Developer https://smartbooqing.com
Email [email protected]
Payment Type free
Extension Website https://www.smartbooqing.com
Supported Languages 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\/"
    ]
}