Compleat PunchOut

Integrate your top suppliers with Compleat in seconds, so that you can code, approve, & manage your orders within Compleat.

Compleat PunchOutคืออะไร?

Compleat PunchOut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Compleat Software Ltd และคุณลักษณะหลักของมันคือ "Integrate your top suppliers with Compleat in seconds, so that you can code, approve, & manage your orders within Compleat."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compleat PunchOut

ดาวน์โหลดไฟล์ส่วนขยาย Compleat PunchOut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Compleat Software – simplifying the way every buys, pays, & saves.

Integrate your favourite suppliers with Compleat for full P2P automation!

The Compleat Plug-In for Chrome lets you integrate your top suppliers with Compleat in seconds, so that you can code, approve, & manage your orders within Compleat.

Features:
•	Access your favourite suppliers direct from the Compleat homepage.
•	Send your online shopping cart straight to Compleat.
•	Watch Compleat automatically code your online purchases with department & account codes, tax codes, & more.
•	Create supplier layouts & custom rules to make ordering even faster.
•	Submit online purchases to bespoke workflows for approval in Compleat, or completely automate the approval stage.
•	Enjoy full visibility of your company’s purchases from every supplier in your Orders tray.
•	Drill down to your purchasing data in Compleat’s easy-to-use reports.
•	Wait for your invoice to arrive & automatically match to the order, fully coded!
•	Quick & seamless integration for easy, uninterrupted online buying.

Got questions about using this Plug-In with Compleat? Contact us on 08458902030.

To learn more about Compleat Software, visit https://www.compleatsoftware.com/.

By using this browser extension, you agree to the Compleat Software Ltd. terms & conditions available at https://www.compleatsoftware.com/icompleat-terms-and-conditions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Compleat PunchOut Compleat PunchOut
ID bklgebioaienjikjnenfdamoeiddnpoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compleat-punchout/bklgebioaienjikjnenfdamoeiddnpoj
คำอธิบาย Integrate your top suppliers with Compleat in seconds, so that you can code, approve, & manage your orders within Compleat.
ขนาดไฟล์ 573 KB
จำนวนการติดตั้ง 554
เวอร์ชันปัจจุบัน 1.0.23277
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2022-04-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Compleat Software Ltd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://compleatsoftware.com
URL หน้านโยบายความเป็นส่วนตัว https://www.compleatsoftware.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "script\/background.js"
    },
    "action": {
        "default_icon": "images\/icons\/16.png",
        "default_title": "Compleat PunchOut"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.3.7.0.js",
                "script\/csl.defs.js",
                "script\/capture.js"
            ],
            "css": [
                "style\/plugin.min.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "ui\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/dialog.html",
                "ui\/spinner.html",
                "ui\/punchout.html",
                "ui\/order.html",
                "script\/csl.defs.js",
                "script\/order.js",
                "script\/dialog.js",
                "script\/spinner.min.js",
                "script\/capture.js",
                "lib\/fontawesome5.all.min.js",
                "style\/dialog.min.css",
                "style\/spinner.min.css",
                "style\/ui.min.css",
                "style\/order.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "Compleat PunchOut",
    "description": "Integrate your top suppliers with Compleat in seconds, so that you can code, approve, & manage your orders within Compleat.",
    "version": "1.0.23277",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}