Smartbooqing PDF viewer
Shows Smartbooqing PDF in your Twinfield account.
Cos'è Smartbooqing PDF viewer?
Smartbooqing PDF viewer è un'estensione di Chrome sviluppata da https://smartbooqing.com, e la sua funzione principale è "Shows Smartbooqing PDF in your Twinfield account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smartbooqing PDF viewer
Scarica i file di estensione Smartbooqing PDF viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Smartbooqing PDF viewer |
ID | dfemfjemclfbagoibbommjhcjbnhnced |
URL Ufficiale | https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced |
Descrizione | Shows Smartbooqing PDF in your Twinfield account. |
Dimensione del File | 8.56 KB |
Conteggio Installazioni | 183 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2023-05-03 |
Data di Pubblicazione | 2020-06-10 |
Sviluppatore | https://smartbooqing.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.smartbooqing.com |
Lingue Supportate | 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\/" ] } |