Smartbooqing PDF viewer

Shows Smartbooqing PDF in your Twinfield account.

Smartbooqing PDF viewerคืออะไร?

Smartbooqing PDF viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartbooqing.com และคุณลักษณะหลักของมันคือ "Shows Smartbooqing PDF in your Twinfield account."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smartbooqing PDF viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}