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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}