ConstructionOnline Selection QuickPick

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

ConstructionOnline Selection QuickPick क्या है?

ConstructionOnline Selection QuickPick UDA Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add product information directly from webpages as a selection choice to ConstructionOnline"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ConstructionOnline Selection QuickPick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}