PLANERGY CheckOut

The extension submits products from shopping cart to PLANERGY

PLANERGY CheckOut란 무엇입니까?

PLANERGY CheckOut은(는) https://planergy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension submits products from shopping cart to PLANERGY"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PLANERGY CheckOut 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use the PLANERGY CheckOut extension to create purchase requisitions in PLANERGY from your shopping cart on thousands of ecommerce websites.

What does PLANERGY CheckOut do?
-----------------------------------------------------------

PLANERGY CheckOut allows you to shop on your supplier’s website, then with the click of a button, import the entire shopping cart into a purchase requisition in PLANERGY ready to go through your company’s approval workflows. 

✓ Save Time 
No more time wasted with copy & paste of item details into purchase requisitions.

✓ Accurate Information 
Correct data imported into PLANERGY every time with no manual errors.

✓ Consumer Experience 
Prepare your order just like you are used to on any leading ecommerce website.

✓ Millions of products 
Across thousands of sites you have access to millions of products to choose from.


Which supplier websites can I use with PLANERGY CheckOut?
--------------------------------------------------------------------------------------------------

PLANERGY CheckOut will work with the majority of supplier websites. The extension is compatible with 13 of the ecommerce platforms most commonly used by suppliers including Shopify, 3DCart, BigCommerce, and WooCommerce. It also works with Amazon as well as many custom ecommerce sites.

This includes some of the largest global suppliers, key niche industry suppliers, and even many smaller local suppliers. Here is just a small sample of suppliers that are compatible with PLANERGY CheckOut:

•	Staples (Office Supplies): Staples.com
•	Lowes (Construction & DIY): Lowes.com
•	Wayfair (Furniture & Decor): wayfair.com
•	Fisher Scientific (Scientific & Biotechnology): www.fishersci.com
•	Henry Schein (Medical and Dental Supplies): henryschein.com

How do I start using PLANERGY CheckOut?
---------------------------------------------------------------------

PLANERGY CheckOut requires that you have an active PLANERGY account. If you do not have active PLANERGY account, please visit planergy.com. If you already have PLANERGY account, follow these steps:

1.  Request your PLANERGY account owner to enable PLANERGY CheckOut on your account in the ‘Control Panel > Integrations’ section

2.  Make sure you’re using Google Chrome (or Microsoft Edge) as your browser

3.  Download the PLANERGY CheckOut Chrome Extension from the Chrome Web Store
4.  Login to your PLANERGY account in a Chrome browser tab

5.  Shop on websites using any of the major ecommerce platforms, then import your shopping cart into a PLANERGY purchase requisition by pressing the ‘Submit To PLANERGY’ button in the PLANERGY CheckOut Chrome Extension                    

확장 프로그램 기본 정보

이름 PLANERGY CheckOut PLANERGY CheckOut
ID jnjgljhkgipcggegpgfipdedpihbfgfn
공식 URL https://chromewebstore.google.com/detail/planergy-checkout/jnjgljhkgipcggegpgfipdedpihbfgfn
설명 The extension submits products from shopping cart to PLANERGY
파일 크기 6.67 MB
설치 횟수 540
현재 버전 1.4
최근 업데이트 2023-10-30
출시 날짜 2021-10-20
개발자 https://planergy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://planergy.com/
도움말 페이지 URL https://help.planergy.com/knowledge-base/how-do-i-setup-planergy-checkout/
개인정보 보호 정책 페이지 URL https://planergy.com/privacy-statement
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PLANERGY CheckOut",
    "version": "1.4",
    "description": "The extension submits products from shopping cart to PLANERGY",
    "author": "PLANERGY",
    "background": {
        "service_worker": "bg-wrapper.js"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/img\/planergy16.png",
            "24": ".\/assets\/img\/planergy24.png",
            "36": ".\/assets\/img\/planergy36.png"
        },
        "default_title": "PLANERGY CheckOut",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "16": ".\/assets\/img\/planergy16.png",
        "24": ".\/assets\/img\/planergy24.png",
        "36": ".\/assets\/img\/planergy36.png",
        "48": ".\/assets\/img\/planergy48.png",
        "128": ".\/assets\/img\/planergy128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.purchasecontrol.com\/*",
        "*:\/\/*.purchasecontrol\/*",
        "*:\/\/*.planergy.com\/*",
        "*:\/\/*.planergy\/*",
        "*:\/\/*.goplanergy.com\/*",
        "*:\/\/*.goplanergy\/*",
        "*:\/\/*.cart.planergy.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/klunk.purchasecontrol.com\/api'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/assets\/js\/jquery-3.3.1.min.js",
                ".\/content_script\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/config\/config.js",
                "\/CMS\/configCMS.js",
                "\/CMS\/setCMS\/*",
                "\/customSite\/*",
                "customMadeDivCart.js",
                "\/assets\/js\/jquery-3.3.1.min.js",
                "\/assets\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}