LucidRetail Lite

LucidRetail LITE makes inventory intake much faster and cost effective by removing the need to sticker products.

LucidRetail Liteคืออะไร?

LucidRetail Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lucidgreen.io และคุณลักษณะหลักของมันคือ "LucidRetail LITE makes inventory intake much faster and cost effective by removing the need to sticker products."

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

screenshot

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

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

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

                        LucidRetail LITE simplifies the inventory intake process for licensed cannabis dispensaries by eliminating the need for product stickers for retail checkout.

LucidRetail LITE is a Safari extension that brings LucidID & CaseID support to cannabis Point-of-Sale systems. LucidRetail LITE lets you scan a CaseID into your inventory system so you can scan all LucidIDs in the case at checkout.

LucidRetail LITE requires a LucidRetail account and the use of a supported Point-of-Sale system (currently compatible with Treez, Dutchie, and Flowhub).                    

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

ชื่อ LucidRetail Lite LucidRetail Lite
ID ceceeakaobglaglfnjdohppnfobamcbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lucidretail-lite/ceceeakaobglaglfnjdohppnfobamcbe
คำอธิบาย LucidRetail LITE makes inventory intake much faster and cost effective by removing the need to sticker products.
ขนาดไฟล์ 924 KB
จำนวนการติดตั้ง 1,679
เวอร์ชันปัจจุบัน 2.4.20
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2023-03-06
ผู้พัฒนา https://lucidgreen.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.lucidgreen.io/retailers
URL หน้าช่วยเหลือ https://help.lucidgreen.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.lucidgreen.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LucidRetail Lite",
    "description": "LucidRetail LITE makes inventory intake much faster and cost effective by removing the need to sticker products.",
    "version": "2.4.20",
    "manifest_version": 3,
    "permissions": [
        "system.storage",
        "storage",
        "activeTab",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/retail-dev.lucidgreen.io\/*",
            "https:\/\/*.backoffice.dutchie.com\/*",
            "https:\/\/*.pos.dutchie.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/common\/constants.js",
                "scripts\/web_accessible\/keyEvents.js",
                "scripts\/web_accessible\/utilities.js",
                "media\/img\/LucidRetailLite2.svg",
                "media\/img\/LucidRetailLite2_black.svg",
                "media\/img\/alert_error.svg",
                "media\/img\/alert_warning.svg",
                "media\/img\/alert_info.svg",
                "media\/img\/alert_success.svg"
            ],
            "matches": [
                "https:\/\/*.treez.io\/*",
                "https:\/\/*.backoffice.dutchie.com\/*",
                "https:\/\/*.pos.dutchie.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/common\/constants.js",
                "content.js"
            ],
            "css": [
                "media\/css\/lrl-custom.css"
            ],
            "matches": [
                "https:\/\/*.treez.io\/*",
                "https:\/\/*.backoffice.dutchie.com\/*",
                "https:\/\/*.pos.dutchie.com\/*"
            ],
            "exclude_globs": [
                "https:\/\/*.treez.io\/portalDispensary\/portal\/PoleDisplay*",
                "https:\/\/*.treez.io\/onlinemenu*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "js": [
                "vendors\/iframeResizer\/iframeResizer.js",
                "vendors\/toastify-js\/toastify.min.js",
                "vendors\/tippy-js\/popper.min.js",
                "vendors\/tippy-js\/tippy-bundle.umd.min.js"
            ],
            "css": [
                "vendors\/toastify-js\/toastify.min.css"
            ],
            "matches": [
                "https:\/\/*.treez.io\/*",
                "https:\/\/*.backoffice.dutchie.com\/*",
                "https:\/\/*.pos.dutchie.com\/*"
            ],
            "exclude_globs": [
                "https:\/\/*.treez.io\/portalDispensary\/portal\/PoleDisplay*",
                "https:\/\/*.treez.io\/onlinemenu*"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "js": [
                "scripts\/dutchie\/constants.js",
                "scripts\/dutchie\/graphql-queries.js",
                "scripts\/dutchie\/common.js"
            ],
            "matches": [
                "https:\/\/*.backoffice.dutchie.com\/*",
                "https:\/\/*.pos.dutchie.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/dutchie\/dutchie-inventory.js"
            ],
            "matches": [
                "https:\/\/*.backoffice.dutchie.com\/*"
            ],
            "all_frames": false,
            "exclude_globs": [
                "*pos*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "scripts\/dutchie\/dutchie-pos.js"
            ],
            "matches": [
                "https:\/\/*.pos.dutchie.com\/*"
            ],
            "all_frames": false,
            "include_globs": [
                "*pos*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "scripts\/treez\/constants.js"
            ],
            "matches": [
                "https:\/\/*.treez.io\/portalDispensary\/portal\/Fulfillment*",
                "https:\/\/*.treez.io\/portalDispensary\/*",
                "https:\/\/*.treez.io\/SellTreez*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/treez\/treez-fulfillment.js"
            ],
            "matches": [
                "https:\/\/*.treez.io\/portalDispensary\/portal\/Fulfillment*"
            ],
            "exclude_globs": [
                "*portalDispensary\/portal\/PoleDisplay*"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "js": [
                "scripts\/treez\/treez-inventory.js"
            ],
            "matches": [
                "https:\/\/*.treez.io\/portalDispensary\/*"
            ],
            "all_frames": false,
            "exclude_globs": [
                "*Fulfillment*",
                "*portalDispensary\/portal\/PoleDisplay*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "scripts\/treez\/treez-pos.js"
            ],
            "matches": [
                "https:\/\/*.treez.io\/SellTreez*"
            ],
            "exclude_globs": [
                "*portalDispensary\/portal\/PoleDisplay*"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "js": [
                "scripts\/treez\/treez-reloader.js"
            ],
            "matches": [
                "https:\/\/*.treez.io\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/common\/insertLogo.js"
            ],
            "matches": [
                "https:\/\/*.treez.io\/*",
                "https:\/\/*.pos.dutchie.com\/*",
                "https:\/\/*.backoffice.dutchie.com\/*"
            ],
            "exclude_globs": [
                "https:\/\/*.treez.io\/portalDispensary\/portal\/PoleDisplay*",
                "https:\/\/*.treez.io\/onlinemenu*"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.treez.io\/*",
        "https:\/\/retail.lucidgreen.io\/*",
        "https:\/\/retail-dev.lucidgreen.io\/*",
        "https:\/\/*.pos.dutchie.com\/*",
        "https:\/\/*.backoffice.dutchie.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "110",
    "icons": {
        "128": "media\/img\/128.png",
        "64": "media\/img\/64.png",
        "32": "media\/img\/32.png"
    }
}