Procurify CheckOut

Sync your shopping cart to a Procurify RFO

Procurify CheckOut là gì?

Procurify CheckOut là một tiện ích mở rộng Chrome được phát triển bởi Procurify, và tính năng chính của nó là "Sync your shopping cart to a Procurify RFO".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Procurify CheckOut

Tải xuống các tệp mở rộng Procurify CheckOut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        What does Procurify CheckOut do?
============================

Procurify CheckOut allows you to shop on your supplier’s website, then with the click of a button, sync the entire shopping cart Procurify. The shopping cart, along with all the item details, syncs to Procurify as an RFO (request for order).

✓ Save Time 
Say goodbye to tedious copy-paste of item details into purchase orders.

✓ Accurate Information 
Be confident you have the correct item details for purchasing.

Procurify CheckOut is now available for the websites of three popular suppliers for industries such as Biotechnology, Manufacturing, Construction, Technology, Education, and Cannabis.

Which supplier websites can I use with Procurify CheckOut?
================================================

 •  Fisher Scientific (Scientific & Biotechnology) www.fishersci.com
 •  CDW (Computer & IT: Hardware & Software) www.cdw.com
 •  McMaster Carr (Manufacturing, Construction & Hardware) www.mcmaster.com
 •  Westrac (Mining & Construction) parts.cat.com/westrac

How do I start using Procurify CheckOut?
=================================

1.  Get in touch with your Procurify customer service contact to enable Procurify CheckOut for your company
2.  Make sure you’re using Google Chrome as your browser
3.  Download the Procurify CheckOut Chrome Extension from the Chrome Web Store
4.  Log-in to the Procurify CheckOut Chrome Extension with your Procurify details
5.  Shop on one of the websites above, then sync your shopping cart to a Procurify RFO with the Procurify CheckOut Chrome Extension (it’s as simple as a button click)

What does it look like? 
==================

Watch a short video on YouTube showing how Procurify CheckOut works: youtu.be/gQyr17fzQ1I                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Procurify CheckOut Procurify CheckOut
ID bhgokbgdgbehbjclddbnlaiciiedhdlh
URL Chính Thức https://chromewebstore.google.com/detail/procurify-checkout/bhgokbgdgbehbjclddbnlaiciiedhdlh
Mô tả Sync your shopping cart to a Procurify RFO
Kích Thước Tệp 4.82 MB
Số Lần Cài Đặt 4,151
Phiên Bản Hiện Tại 1.3.7
Cập Nhật Lần Cuối 2022-01-30
Ngày Phát Hành 2020-03-15
Nhà Phát Triển Procurify
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.procurify.com
URL Trang Chính Sách Bảo Mật https://www.procurify.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Procurify CheckOut",
    "version": "1.3.7",
    "description": "Sync your shopping cart to a Procurify RFO",
    "author": "Procurify",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/48x.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "background",
        "storage",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/antonio.dev.procurify.xyz\/*",
            "https:\/\/*.procurify.com\/*",
            "https:\/\/*.procurify-staging.com\/*"
        ]
    },
    "browser_action": {
        "default_title": "Procurify CheckOut",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/fishersci_ca.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.fishersci.ca\/shop\/*"
            ]
        },
        {
            "js": [
                "js\/fishersci_com.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.fishersci.com\/shop\/*"
            ]
        },
        {
            "js": [
                "js\/fishersci_comv2.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.fishersci.com\/store1\/*"
            ]
        },
        {
            "js": [
                "js\/mcmaster_com.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.mcmaster.com\/*"
            ]
        },
        {
            "js": [
                "js\/cdw_com.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.cdw.com\/cart*"
            ]
        },
        {
            "js": [
                "js\/parts_cat_com.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/parts.cat.com\/AjaxOrderItemDisplayView*"
            ]
        },
        {
            "js": [
                "js\/parts_cat_com_summary.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/parts.cat.com\/OrderShippingBillingConfirmationView*"
            ]
        },
        {
            "js": [
                "js\/procurify.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/antonio.dev.procurify.xyz\/*",
                "https:\/\/*.procurify.com\/*",
                "https:\/\/*.procurify-staging.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "inline-loader.svg",
        "logo.png",
        "banner.png",
        "css\/*"
    ]
}