Smartbooqing PDF viewer

Shows Smartbooqing PDF in your Twinfield account.

Apa itu Smartbooqing PDF viewer?

Smartbooqing PDF viewer adalah ekstensi Chrome yang dikembangkan oleh https://smartbooqing.com, dan fitur utamanya adalah "Shows Smartbooqing PDF in your Twinfield account.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Smartbooqing PDF viewer

Unduh file ekstensi Smartbooqing PDF viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Smartbooqing PDF viewer Smartbooqing PDF viewer
ID dfemfjemclfbagoibbommjhcjbnhnced
URL Resmi https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced
Deskripsi Shows Smartbooqing PDF in your Twinfield account.
Ukuran File 8.56 KB
Jumlah Instalasi 183
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2023-05-03
Tanggal Publikasi 2020-06-10
Pengembang https://smartbooqing.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.smartbooqing.com
Bahasa yang Didukung 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\/"
    ]
}