Smartbooqing PDF viewer
Shows Smartbooqing PDF in your Twinfield account.
O que é Smartbooqing PDF viewer?
Smartbooqing PDF viewer é uma extensão do Chrome desenvolvida por https://smartbooqing.com, e sua principal característica é "Shows Smartbooqing PDF in your Twinfield account.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smartbooqing PDF viewer
Baixe arquivos de extensão Smartbooqing PDF viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Smartbooqing PDF viewer |
ID | dfemfjemclfbagoibbommjhcjbnhnced |
URL Oficial | https://chromewebstore.google.com/detail/smartbooqing-pdf-viewer/dfemfjemclfbagoibbommjhcjbnhnced |
Descrição | Shows Smartbooqing PDF in your Twinfield account. |
Tamanho do Arquivo | 8.56 KB |
Contagem de Instalações | 183 |
Versão Atual | 1.3.1 |
Última Atualização | 2023-05-03 |
Data de Publicação | 2020-06-10 |
Desenvolvedor | https://smartbooqing.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.smartbooqing.com |
Idiomas Suportados | 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\/" ] } |