QuoteMachine
Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…
QuoteMachineとは何ですか?
QuoteMachineはhttps://www.quotemachine.comによって開発されたChromeの拡張機能で、その主な機能は「Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine…」です。
拡張機能のスクリーンショット
QuoteMachine拡張機能のCRXファイルをダウンロード
QuoteMachine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine integrates perfectly with your POS to bring your quotes to the next level and create a perfect invoicing experience that will help you save time and show your professionalism. Customers can accept or comment on your offers online. Should you need to edit or resend, we make it easy and keep track of all the versions for you and help you automate document creation and payments.
拡張機能の基本情報
名前 | QuoteMachine |
ID | bojgededaoabbjpgffkcgmegacndgjdp |
公式URL | https://chromewebstore.google.com/detail/quotemachine/bojgededaoabbjpgffkcgmegacndgjdp |
説明 | Easily create quotes and invoices that look great on any device, help you sell more and automate your workflows. QuoteMachine… |
ファイルサイズ | 598 KB |
インストール数 | 2,152 |
現在のバージョン | 1.3.0 |
最終更新日 | 2023-10-11 |
公開日 | 2020-05-05 |
開発者 | https://www.quotemachine.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.quotemachine.com/lightspeed-exclusive-offer?utm_campaign=partner&utm_medium=webstore&utm_source=chrome&lang=en |
プライバシーポリシーページのURL | https://www.quotemachine.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuoteMachine", "version": "1.3.0", "manifest_version": 2, "description": "", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/*.lightspeedapp.com\/*", "https:\/\/*.merchantos.com\/*", "https:\/\/*.chronogolf.com\/*", "https:\/\/*.posios.com\/*", "https:\/\/*.qmach.in\/*", "background" ], "content_scripts": [ { "matches": [ "https:\/\/*.lightspeedapp.com\/*", "https:\/\/*.merchantos.com\/*", "https:\/\/local.qmach.in\/*", "https:\/\/staging.qmach.in\/*", "https:\/\/qmach.in\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "QuoteMachine extension", "default_popup": "popup.html" } } |