Smartbooqing PDF viewer
Shows Smartbooqing PDF in your Twinfield account.
Was ist Smartbooqing PDF viewer?
Smartbooqing PDF viewer ist eine Chrome-Erweiterung, die von https://smartbooqing.com entwickelt wurde, und ihr Hauptmerkmal ist "Shows Smartbooqing PDF in your Twinfield account.".
Erweiterungsscreenshots
Smartbooqing PDF viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smartbooqing PDF viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Smartbooqing PDF viewer |
ID | dfemfjemclfbagoibbommjhcjbnhnced |
Offizielle URL | https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced |
Beschreibung | Shows Smartbooqing PDF in your Twinfield account. |
Dateigröße | 8.56 KB |
Installationsanzahl | 183 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2023-05-03 |
Veröffentlichungsdatum | 2020-06-10 |
Entwickler | https://smartbooqing.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.smartbooqing.com |
Unterstützte Sprachen | 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\/" ] } |