ConstructionOnline Selection QuickPick

Add product information directly from webpages as a selection choice to ConstructionOnline

ConstructionOnline Selection QuickPick란 무엇입니까?

ConstructionOnline Selection QuickPick은(는) UDA Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add product information directly from webpages as a selection choice to ConstructionOnline"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ConstructionOnline Selection QuickPick 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save product prices, descriptions, images and more directly from vendor websites to create selection choices in ConstructionOnline, the #1 rated project management software for construction.
Now it’s easier than ever to create selection choices for homebuyers to view and approve.

Simply browse to a product listing page and ConstructionOnline QuickPick™ does the hard work for you. Save time and effort by automatically pulling information like:

	- Product Name
	- Description
	- Item Cost
	- Unit
	- Item Images
	- Vendor
	- Model Number, UPC & SKU
	- Webpage Link

When you’re ready to add an item as a selection choice in ConstructionOnline, you can choose the destination project, selection and location. You can also help to ensure profitability by adding markup directly inside the QuickPick window. 

Since 1999, UDA Technologies has been leading the construction software industry with revolutionary construction software solutions. With more than 36 top product awards to date, UDA continues to be one of the fastest growing providers of construction project management software, trusted by more than 950,000 construction pros online worldwide.                    

확장 프로그램 기본 정보

이름 ConstructionOnline Selection QuickPick ConstructionOnline Selection QuickPick
ID cllmbpinkjhjakjijmgcpphamgedjgfj
공식 URL https://chromewebstore.google.com/detail/constructiononline-select/cllmbpinkjhjakjijmgcpphamgedjgfj
설명 Add product information directly from webpages as a selection choice to ConstructionOnline
파일 크기 1.41 MB
설치 횟수 180
현재 버전 0.0.1.5
최근 업데이트 2023-07-14
출시 날짜 2023-07-14
평점 5.00/5 총 3 개의 평점
개발자 UDA Technologies
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://us.constructiononline.com/uda-constructiononline-construction-management-software
개인정보 보호 정책 페이지 URL https://us.constructiononline.com/constructiononline-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ConstructionOnline Selection QuickPick",
    "description": "Add product information directly from webpages as a selection choice to ConstructionOnline",
    "version": "0.0.1.5",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "action": {
        "default_popup": "selectionpickerpopup.html",
        "default_icon": "\/images\/co_icon_16px.png",
        "default_title": "Selection Picker"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/images\/co_icon_16px.png",
        "128": "\/images\/co_badge_128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/code.jquery.com\/jquery-3.6.3.min.js",
                ""
            ],
            "js": [
                "\/jquery-3.6.3.js",
                "\/jquery-ui-1.13.2.custom\/jquery-ui.min.js",
                "inject.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/selectionpicker.html",
                "\/selectionpicker.js",
                "\/selectionpickerpopup.html",
                "\/selectionpicker.js",
                "\/jquery-ui-1.13.2.custom\/jquery-ui.min.js",
                "\/jquery-3.6.3.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}