Cumulus Web Beta

Helping users of the Plex Manufacturing Cloud by adding custom functionality.

Cumulus Web Beta là gì?

Cumulus Web Beta là một tiện ích mở rộng Chrome được phát triển bởi Cumulus Consulting LLC, và tính năng chính của nó là "Helping users of the Plex Manufacturing Cloud by adding custom functionality.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Cumulus Web Beta 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

                        This is a Beta testing version of the Cumulus Web plugin, our developers release new versions here first for testing and review by our customers.

Cumulus Consulting LLC, is proud to provide users of the Plex Manufacturing Cloud with a custom based plug-in to solve individual and specific needs within the Plex Community.

This plug-in allows Cumulus Developers to enhance existing screens within the Plex Manufacturing Cloud and provide additional functionality that goes beyond the standard Vision Plex screens customers are used to.

Our current release includes the following features:

General:
• Cumulus App Store built in to Plex
• User defined settings & hotkeys
  ○ Option to sync settings with Google account
  ○ Enterprise configuration via Microsoft Group Policy
• Test environment sandbox

Navigation:
• Quick links to Production and Test Environments
• Tabbed browsing
  ○ Login without pop-ups
  ○ Open in New Tab / Open in New Window spawns new session
  ○ Launch new session into tab
• Right-click context menu re-enabled
• Menu search for VisionPlex screens & reports

Global Hotkey Functions:
• Launch a new session
• Make it snow on the screen
• Refresh the page

Export Everywhere:
• Download to .txt or .csv from any grid in Plex (Excel and .xml in the works) 
• Options:
  ○ Exclude, rename, and rearrange columns
  ○ User-defined field delimiters and line endings
  ○ Include/exclude header rows
  ○ Make columns fixed-width with padding and alignment
  ○ Escape fields (wrap in quotes)

Universal Upload:
• Highly configurable system allowing for customer-funded development of add, update, or delete uploads

Accounting:
• SAT 24 integration for customers in Mexico

Control Panel
• Scan a part barcode to switch workcenter setup
• Part images on Kanban Racks & Dispatch screens
• Record production "cooldown" - prevent rapid recording
• Hotkey functions:
  ○ Record Production
  ○ Increment Production Quantity
  ○ Decrement Production Quantity
• Master Unit Helper to assist with master units on the control panel
  ○ Warns when master units are full
  ○ Prevents mixed master units
  ○ Repopulates master unit field after recording production
  ○ Prints selected master unit rather than last used  
• Improved Pack to Box functionality
• Reprint Last Container button

Scheduling
• Enhanced Kanban manager & setup

Workcenter Requirements
• Visual dashboard with timers for workcenter source requirements

Shipping
• Three-dimensional truck cubing application to split up scheduled releases
• Integration with UPS to validate addresses, compare rates, and submit and track shipments
• Master unit build validation and planning

SQL Development Environment:
• Prevent accidental window closures
• Execute highlighted SQL
• Cancel current running SQL
• Hotkey functions:
  ○ Execute query
  ○ Save stored procedure
  ○ Cancel current query
• Query Output Panel
  ○ Fancy status bar
  ○ Row numbers
  ○ Total row count
  ○ Current execution timer
• Collapsible Navigation Pane                    

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

Tên Cumulus Web Beta Cumulus Web Beta
ID aohohljhdaoocopkonnibfchooglcjmj
URL Chính Thức https://chromewebstore.google.com/detail/cumulus-web-beta/aohohljhdaoocopkonnibfchooglcjmj
Mô tả Helping users of the Plex Manufacturing Cloud by adding custom functionality.
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 2.1.25.587
Cập Nhật Lần Cuối 2021-03-26
Ngày Phát Hành 2019-11-25
Nhà Phát Triển Cumulus Consulting LLC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Cumulus Consulting",
    "manifest_version": 2,
    "name": "Cumulus Web Beta",
    "description": "Helping users of the Plex Manufacturing Cloud by adding custom functionality.",
    "version": "2.1.25.587",
    "permissions": [
        "history",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        "storage",
        "alarms",
        "clipboardRead",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "Framework\/Icons\/CumulusWeb-16px.png",
            "32": "Framework\/Icons\/CumulusWeb-32px.png"
        },
        "default_popup": "Framework\/BrowserAction\/popup.html",
        "default_title": "Cumulus Web Beta 2.1.25.587"
    },
    "options_ui": {
        "page": "0_Chrome\/Options\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "Common\/browserPolyfill.js",
            "jQuery\/jquery-2.2.3.min.js",
            "jQuery\/polyfill.js",
            "Common\/environment.js",
            "Common\/messaging.js",
            "Platform\/WebSocket\/WebSocket.js",
            "Background\/settingsManager.js",
            "Background\/session.js",
            "Background\/auth.js",
            "Background\/background.js",
            "Background\/AppStore.js",
            "Background\/loader.js"
        ]
    },
    "storage": {
        "managed_schema": "policies.json"
    },
    "icons": {
        "16": "Framework\/Icons\/CumulusWeb-16px.png",
        "32": "Framework\/Icons\/CumulusWeb-32px.png",
        "48": "Framework\/Icons\/CumulusWeb-48px.png",
        "96": "Framework\/Icons\/CumulusWeb-96px.png",
        "128": "Framework\/Icons\/CumulusWeb-128px.png",
        "256": "Framework\/Icons\/CumulusWeb-256px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Control_Panel\/Control_Panel_Output.asp*",
                "*:\/\/*.plexus-online.com\/*\/Control_Panel\/Control_Panel_Output.asp*",
                "*:\/\/*.plexonline.com\/*\/Control_Panel\/Control_Panel_Output.asp*",
                "*:\/\/*.plexus-online.com\/*\/Control_Panel\/Control_Panel_Output.asp*"
            ],
            "run_at": "document_start",
            "js": [
                "ProductionTracking\/Control_Panel_Loading_Blocker.js"
            ]
        },
        {
            "matches": [
                "*:\/\/test.plexus-online.com\/*",
                "*:\/\/www.plexus-online.com\/*",
                "*:\/\/test.plexonline.com\/*",
                "*:\/\/www.plexonline.com\/*",
                "*:\/\/cloud.plex.com\/*",
                "*:\/\/test.cloud.plex.com\/*",
                "*:\/\/plus.plexonline.com\/*"
            ],
            "include_globs": [
                "*:\/\/*.plex*online.com\/*.asp*",
                "*:\/\/*cloud.plex.com\/*"
            ],
            "js": [
                "Common\/browserPolyfill.js",
                "jQuery\/jquery-2.2.3.min.js",
                "jQuery\/jquery.js",
                "jQuery\/jquery-ui.min.js",
                "jQuery\/jquery.cookie.js",
                "Common\/ajax.js",
                "Common\/environment.js",
                "Common\/messaging.js",
                "0_Chrome\/Storage\/Storage.js",
                "0_Chrome\/Authorization\/0_AuthMain.js",
                "Common\/numbers.js",
                "Common\/interface.js",
                "Common\/settingsUtility.js",
                "Common\/MenuSearch.js",
                "Common\/common.js",
                "Common\/utility.js",
                "Common\/datetime.js"
            ],
            "css": [
                "\/0_Chrome\/style\/jquery-ui.min.css",
                "\/0_Chrome\/style\/jquery-ui.theme.min.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/test.plexus-online.com\/*",
                "*:\/\/www.plexus-online.com\/*",
                "*:\/\/test.plexonline.com\/*",
                "*:\/\/www.plexonline.com\/*",
                "*:\/\/plus.plexonline.com\/*"
            ],
            "include_globs": [
                "*:\/\/*.plex*online.com\/*.asp*"
            ],
            "js": [
                "\/0_Chrome\/Utility\/ExportEverywhere\/ExportEverywhereLoader.js",
                "\/DCS\/UAS\/UASLoader.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx*",
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/default.aspx*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/default.aspx*"
            ],
            "js": [
                "\/Common\/visionplex.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Platform\/DocumentControlSystem\/DocumentUploadForm.aspx*",
                "*:\/\/*.plexonline.com\/*Platform\/DocumentControlSystem\/DocumentUploadForm.aspx*"
            ],
            "js": [
                "DCS\/DocumentUploadForm.js"
            ],
            "css": [
                "DCS\/DocumentUploadForm.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*DCS_v2\/DCS_v2.asp*",
                "*:\/\/*.plexonline.com\/*DCS_v2\/DCS_v2.asp*"
            ],
            "js": [
                "DCS\/DCS_v2.js"
            ],
            "css": [
                "DCS\/DocumentUploadForm.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Accounting\/AP_Invoice_Form_v2_1.asp*",
                "*:\/\/*.plexonline.com\/*Accounting\/AP_Invoice_Form_v2_1.asp*"
            ],
            "js": [
                "Accounting\/AP_Invoice_Form_v2_1.js"
            ],
            "css": [
                "Accounting\/AP_Invoice_Form_v2_1.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Accounting\/AP_Invoice_v2_1.asp*",
                "*:\/\/*.plexonline.com\/*Accounting\/AP_Invoice_v2_1.asp*"
            ],
            "js": [
                "Accounting\/AP_Invoice_v2_1.js"
            ],
            "css": [
                "Accounting\/AP_Invoice_v2_1.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Rendering_Engine\/Default.aspx*",
                "*:\/\/*.plexonline.com\/*Rendering_Engine\/Default.aspx*"
            ],
            "js": [
                "Rendering_Engine\/Default.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Modules\/Communication\/AutomaticEmailNotification\/Send.aspx*",
                "*:\/\/*.plexonline.com\/*Modules\/Communication\/AutomaticEmailNotification\/Send.aspx*"
            ],
            "js": [
                "Communication\/AutomaticEmailNotification\/Send.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*modules\/systemadministration\/login\/*",
                "*:\/\/*.plexonline.com\/*modules\/systemadministration\/login\/*",
                "*:\/\/*.plexus-online.com\/*Modules\/SystemAdministration\/Login\/*",
                "*:\/\/*.plexonline.com\/*Modules\/SystemAdministration\/Login\/*",
                "*:\/\/*.plexus-online.com\/signon\/views\/launcher.aspx",
                "*:\/\/*.plexonline.com\/signon\/views\/launcher.aspx"
            ],
            "js": [
                "Login\/login.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Modules\/Platform\/SingleSignOn\/ServiceLauncher.aspx*",
                "*:\/\/*.plexonline.com\/*Modules\/Platform\/SingleSignOn\/ServiceLauncher.aspx*"
            ],
            "js": [
                "Platform\/SingleSignOn\/ServiceLauncher.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Control_Panel\/Control_Panel_Dispatch.asp*",
                "*:\/\/*.plexonline.com\/*Control_Panel\/Control_Panel_Dispatch.asp*"
            ],
            "js": [
                "ProductionTracking\/JobTracking.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Modules\/Quality\/Checksheet\/ChecksheetLine.aspx*",
                "*:\/\/*.plexus-online.com\/*\/Modules\/Quality\/Checksheet\/ChecksheetLine.aspx*"
            ],
            "js": [
                "0_Chrome\/Utility\/SuperFastInput.js",
                "ProductionTracking\/Checksheet.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*\/Kanban\/Kanban_Racks.asp*",
                "*:\/\/*.plexonline.com\/*\/Kanban\/Kanban_Racks.asp*"
            ],
            "js": [
                "Scheduling\/KanbanRacks.js"
            ],
            "css": [
                "Scheduling\/KanbanRacks.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*\/Kanban\/Kanban_Rack.asp*",
                "*:\/\/*.plexonline.com\/*\/Kanban\/Kanban_Rack.asp*"
            ],
            "js": [
                "Scheduling\/KanbanManager.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Kanban\/Kanban_Rack_Form.asp*",
                "*:\/\/*.plexonline.com\/*Kanban\/Kanban_Rack_Form.asp*"
            ],
            "js": [
                "Scheduling\/KanbanRackSetup.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Part\/Subcontract_Receiving_Only_Report.asp*",
                "*:\/\/*.plexonline.com\/*Part\/Subcontract_Receiving_Only_Report.asp*"
            ],
            "js": [
                "Shipping\/SubcontractReceivingOnlyReport.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(10591)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(10591)*"
            ],
            "js": [
                "Inventory\/LotInventory.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(25345)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(25345)*"
            ],
            "js": [
                "\/Accounting\/ARObligationExtract.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(36292)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(36292)*",
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/default.aspx?*RequestData=SourceType(Screen)SourceKey(36292)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/default.aspx?*RequestData=SourceType(Screen)SourceKey(36292)*"
            ],
            "js": [
                "0_Chrome\/AppStore\/AppStore.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(7303)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(7303)*"
            ],
            "js": [
                "0_Chrome\/AppStore\/PricingSetup.js"
            ],
            "css": [
                "0_Chrome\/AppStore\/PricingSetup.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Plexus_Control\/Report_Viewer_2.asp?URL=..\/Rendering_Engine\/default.aspx&Request=Print&RenderedReport=true&RequestData=SourceType(Screen)SourceKey(31784)*",
                "*:\/\/*.plexus-online.com\/*\/Plexus_Control\/Report_Viewer_2.asp?URL=..\/Rendering_Engine\/default.aspx&Request=Print&RenderedReport=true&RequestData=SourceType(Screen)SourceKey(31784)*",
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(31784)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(31784)*"
            ],
            "js": [
                "\/Accounting\/ShipperPreInvoice.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(36749)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(36749)*"
            ],
            "js": [
                "\/ProductionTracking\/WorkcenterRequirements\/WorkcenterRequirements.js",
                "\/0_Chrome\/Utility\/moment.js"
            ],
            "css": [
                "\/ProductionTracking\/WorkcenterRequirements\/WorkcenterRequirements.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Modules\/SystemAdministration\/MenuSystem\/Menu.aspx?*",
                "*:\/\/*.plexonline.com\/*\/Modules\/SystemAdministration\/MenuSystem\/menu.aspx?*",
                "*:\/\/*.plexus-online.com\/*\/Modules\/SystemAdministration\/MenuSystem\/Menu.aspx?*",
                "*:\/\/*.plexus-online.com\/*\/Modules\/SystemAdministration\/MenuSystem\/menu.aspx?*"
            ],
            "js": [
                "Platform\/MenuSystem\/Menu.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(39268)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(39268)*"
            ],
            "js": [
                "Shipping\/IntegratedShipping\/IntegratedShippingReset.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Pickers\/Menu_Quick_Search_Picker.asp*",
                "*:\/\/*.plexonline.com\/*Pickers\/Menu_Quick_Search_Picker.asp*"
            ],
            "js": [
                "Platform\/MenuSystem\/ClassicMenuSearch.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*Modules\/systemadministration\/login\/iframe\/MenuAuthenticationCallback.aspx*",
                "*:\/\/*.plexonline.com\/*Modules\/systemadministration\/login\/iframe\/MenuAuthenticationCallback.aspx*"
            ],
            "js": [
                "Platform\/MenuSystem\/ReauthenticationCallback.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*\/Sales\/Truck.asp*",
                "*:\/\/*.plexonline.com\/*\/Sales\/Truck.asp*"
            ],
            "js": [
                "Shipping\/TruckSerralles.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(38299)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(38299)*"
            ],
            "js": [
                "HumanResources\/EmployeePictureReport.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(38882)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(38882)*",
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/default.aspx?*RequestData=SourceType(Screen)SourceKey(38882)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/default.aspx?*RequestData=SourceType(Screen)SourceKey(38882)*"
            ],
            "js": [
                "0_Chrome\/Utility\/FileSaver.min.js",
                "Accounting\/ActualsVsForecast.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexus-online.com\/*\/Sales\/Shipper.asp*",
                "*:\/\/*.plexonline.com\/*\/Sales\/Shipper.asp*"
            ],
            "js": [
                "Shipping\/ShipperSerralles.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(39103)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/Default.aspx?*RequestData=SourceType(Screen)SourceKey(39103)*",
                "*:\/\/*.plexonline.com\/*\/Rendering_Engine\/default.aspx?*RequestData=SourceType(Screen)SourceKey(39103)*",
                "*:\/\/*.plexus-online.com\/*\/Rendering_Engine\/default.aspx?*RequestData=SourceType(Screen)SourceKey(39103)*"
            ],
            "js": [
                "0_Chrome\/Utility\/moment.js",
                "0_Chrome\/Utility\/FileSaver.min.js",
                "Platform\/UniversalUpload\/UniversalUpload.js"
            ],
            "css": [
                "Platform\/UniversalUpload\/UniversalUpload.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.plexonline.com\/*\/Create_Jobs\/Create_Jobs_From_Orders.asp*",
                "*:\/\/*.plexus-online.com\/*\/Create_Jobs\/Create_Jobs_From_Orders.asp*"
            ],
            "js": [
                "Sales\/Create_Jobs_PO_Line_Item_Note.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "**\/*"
    ]
}