Smartbooqing PDF viewer
Shows Smartbooqing PDF in your Twinfield account.
Smartbooqing PDF viewerとは何ですか?
Smartbooqing PDF viewerはhttps://smartbooqing.comによって開発されたChromeの拡張機能で、その主な機能は「Shows Smartbooqing PDF in your Twinfield account.」です。
拡張機能のスクリーンショット
Smartbooqing PDF viewer拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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\/" ] } |