Smartbooqing PDF viewer
Shows Smartbooqing PDF in your Twinfield account.
Qu'est-ce que Smartbooqing PDF viewer ?
Smartbooqing PDF viewer est une extension Chrome développée par https://smartbooqing.com, et sa fonction principale est "Shows Smartbooqing PDF in your Twinfield account.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smartbooqing PDF viewer
Téléchargez les fichiers d'extension Smartbooqing PDF viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Smartbooqing PDF viewer |
ID | dfemfjemclfbagoibbommjhcjbnhnced |
URL Officiel | https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced |
Description | Shows Smartbooqing PDF in your Twinfield account. |
Taille du Fichier | 8.56 KB |
Nombre d'Installations | 183 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2023-05-03 |
Date de Publication | 2020-06-10 |
Développeur | https://smartbooqing.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.smartbooqing.com |
Langues Prises en Charge | 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\/" ] } |