Smartbooqing PDF viewer

Shows Smartbooqing PDF in your Twinfield account.

¿Qué es Smartbooqing PDF viewer?

Smartbooqing PDF viewer es una extensión de Chrome desarrollada por https://smartbooqing.com, y su función principal es "Shows Smartbooqing PDF in your Twinfield account.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Smartbooqing PDF viewer

Descarga archivos de extensión Smartbooqing PDF viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Smartbooqing PDF viewer Smartbooqing PDF viewer
ID dfemfjemclfbagoibbommjhcjbnhnced
URL Oficial https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced
Descripción Shows Smartbooqing PDF in your Twinfield account.
Tamaño del Archivo 8.56 KB
Cantidad de Instalaciones 183
Versión Actual 1.3.1
Última Actualización 2023-05-03
Fecha de Publicación 2020-06-10
Desarrollador https://smartbooqing.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.smartbooqing.com
Idiomas Soportados 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\/"
    ]
}