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 |
官方網址 | 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 |
電子郵箱 | [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" } } |