[WordPress] 外掛分享: Limbo

前言介紹

  • 這款 WordPress 外掛「Limbo」是 2024-11-27 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-04-23,距離現在已有 17 天。
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

limbobp | brunopastorelli |

外掛標籤

export | import | products | woocommerce |

內容簡介

總結: Limbo for WooCommerce 讓 WooCommerce 店家可以管理產品連接並將庫存與 Limbo 平台同步。

- Limbo API 是用於產品同步和管理的
- 所有 API 請求需要有效的 Limbo 賣家驗證令牌
- 令牌應包含在授權標頭中的格式: Authorization: Bearer <token>
- Limbo Public Platform 用於公開產品展示
- 公共 API 端點
- 取得公共產品的端點為 /public/product/{id}

問題與答案:
1. Limbo for WooCommerce 主要用來做什麼?
- 答: 讓 WooCommerce 店家可以管理產品連接並同步他們的庫存與 Limbo 平台。

2. 使用 Limbo API 時需要哪些驗證條件?
- 答: 所有 API 請求需要有效的 Limbo 賣家驗證令牌,並應該包含在 Authorization 標頭中。

3. Limbo Public Platform 用來做什麼?
- 答: 用於公開產品展示。

4. Limbo Cookie Service 的功能是什麼?
- 答: 管理身份驗證令牌和會話,安全的 Cookie 存儲,以及提供跨域身份驗證。

原文外掛簡介

Limbo for WooCommerce allows WooCommerce store owners to manage product connections and synchronize their inventory with the Limbo platform.
External Services
1. Limbo API (www.serverlimbo.com)
Used for product synchronization and management.
Authentication:
– All API requests require a valid Limbo seller authentication token
– Token should be included in the Authorization header
– Format: Authorization: Bearer
API Endpoints:

Get Limbo Product ID

Endpoint: /seller/woocommerce/get-limbo-product-id
Method: GET
Parameters:

product_id: WooCommerce product ID

Response: Limbo platform product ID

Get Products By Seller ID

Endpoint: /seller/productsBySellerId/{id}
Method: GET
Parameters:

id: Seller ID (path parameter)

Response: Array of seller’s products

Create Connection

Endpoint: /seller/woocommerce/create-connection
Method: POST
Parameters:

store_domain: WooCommerce store domain
seller_id: Limbo seller ID

Response: Connection status and details

Create Limbo Products

Endpoint: /seller/woocommerce/create-limbo-products
Method: POST
Parameters:

Product data (name, price, description, images)

Response: Created product details

2. Limbo Public Platform (www.uselimbo.com)
Used for public product display.
Public API Endpoints:

Get Public Product

Endpoint: /public/product/{id}
Method: GET
Parameters:

id: Product ID (path parameter)

Response: Public product information
No authentication required

Technical Specifications
External Services & Dependencies
This plugin connects to the following external services:

LIMBO Authentication Service

Domain: serverlimbo.com
Purpose: Handles seller authentication via Google OAuth
Data transmitted: User authentication credentials
Frequency: On user login/authentication only

LIMBO API Service

Domain: limbocookiejar.com
Purpose: User data management and session handling
Endpoints used:

/get-user-data: Fetches user profile and permissions

Data transmitted: User session data
Frequency: On admin page load and after authentication

LIMBO CDN & Storage

Purpose: Product image storage and delivery
Data stored:

Product images (processed and optimized)
Product data cache

Retention: 30 days after disconnection
Security: TLS 1.2+ encryption in transit

Service Infrastructure

LIMBO Platform Service (serverlimbo.com)

Primary API endpoint for all product operations
Handles seller authentication via Google OAuth
Manages product synchronization
Processes inventory updates
Handles image optimization
Required for: All core platform functionality

LIMBO Cookie Service (limbocookiejar.com)

Manages authentication tokens and sessions
Handles secure cookie storage
Maintains user session state
Provides cross-domain authentication
Required for: User authentication persistence

Data Flow & Security

Authentication Flow

User initiates login via serverlimbo.com
Google OAuth authentication processed
Authentication token stored securely via limbocookiejar.com
Session maintained across domains

API Communication

All API requests made to serverlimbo.com
Requests authenticated using stored token from limbocookiejar.com
Real-time product and inventory synchronization
Secure image processing and optimization

Security Measures

All connections use HTTPS/TLS 1.2+
Cross-domain authentication handled securely
Regular security audits performed
No sensitive customer data transmitted

Service Requirements

Active LIMBO seller account required
Valid API credentials needed
Stable internet connection for real-time sync
Outbound connections allowed to:

*.serverlimbo.com (API and authentication)
*.limbocookiejar.com (Session management)

Data Flow

Authentication

Users authenticate through serverlimbo.com
OAuth 2.0 protocol with Google
Secure token storage in WordPress database

Product Sync

Bi-directional sync between WooCommerce and LIMBO
Real-time updates for inventory and pricing
Automated image optimization and CDN distribution

Data Security

All API communications use HTTPS
Data encrypted in transit using TLS 1.2+
Regular security audits performed
No sensitive customer data transmitted to external services

Privacy Considerations

User data is processed according to our Privacy Policy at www.uselimbo.com/policy
Seller credentials are encrypted in WordPress database
No customer payment information is shared with external services
GDPR compliant data processing and storage
Data removal available upon account deletion

Service Status
Users can check the current status of LIMBO services at:
www.uselimbo.com/policy
File Handling
Product Images:
– Supported formats: JPG, PNG, WebP
– Maximum file size: 5MB per image
– Images are processed and stored on Limbo servers
– Local copies maintained in WooCommerce media library
Import/Export Files:
– Product data can be exported in JSON format
– Import supports CSV and JSON formats
– File size limit: 10MB
– Character encoding: UTF-8
Data Privacy & Security
Data Storage:
– Product data stored on both WooCommerce and Limbo servers
– Images cached on Limbo CDN for performance
– Seller credentials encrypted in WordPress database
Data Transmission:
– All API communications use HTTPS
– Data encrypted in transit using TLS 1.2+
– Regular security audits performed
Data Retention:
– Product data retained while connection is active
– Data removed from Limbo servers 30 days after disconnection
– Image cache cleared within 24 hours of product deletion
Product Image Handling

External Image Processing

Product images are processed and optimized on LIMBO servers
Optimized images are required for WooCommerce product creation
Images are served through LIMBO’s CDN for improved performance
Original images are stored securely and backed up

Why External Images Are Necessary

Products created through LIMBO require their images to be processed and stored on our servers
This enables:

Consistent image quality across all sales channels
Optimized image delivery for better performance
Automatic image format conversion and resizing
Synchronized product updates across multiple stores

Images remain available even if the original source becomes unavailable

Image Flow Process

Original images uploaded through WooCommerce or LIMBO platform
Images processed and optimized on LIMBO servers
Optimized versions stored on LIMBO CDN
WooCommerce products created/updated with CDN image URLs
Local copies maintained in WooCommerce media library as backup

Image Technical Specifications

Supported formats: JPG, PNG, WebP
Maximum upload size: 5MB per image
Images automatically optimized for web delivery
Multiple sizes generated for different display contexts
High-availability CDN ensures reliable image delivery

Image Security & Privacy

All image transfers encrypted using TLS 1.2+
Access controlled via authenticated CDN URLs
Regular security audits of storage systems
Compliance with data privacy regulations
Images removed from CDN 30 days after product deletion

This external image handling is an essential part of the LIMBO service, ensuring consistent product presentation and reliable image delivery across all sales channels while maintaining optimal performance and security.
Privacy
This plugin connects to external Limbo servers for product synchronization. Please review Limbo’s privacy policy at www.uselimbo.com/policy for details on data handling.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Limbo」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.1 | 1.0.2 | 1.0.3 | trunk |

延伸相關外掛(你可能也想知道)

  • Customizer Export/Import 》自訂面板匯出/匯入, 自訂面板匯出/匯入外掛讓您能夠直接從自訂面板界面匯出或匯入您的 WordPress 自訂設定!如果您的佈景主題使用 WordPress 自訂面板進行設...。
  • Export any WordPress data to XML/CSV 》WP All Export – 簡單又實用的 XML/CSV 外掛, WP All Export 提供三個簡單步驟的匯出流程和直覺式的拖放介面,讓您能快速輕鬆地完成複雜匯出任務。, 使用 WP ...。
  • Advanced Order Export For WooCommerce 》此外掛程式可以協助您輕鬆地匯出 WooCommerce 訂單資料。, 匯出已指定訂單/產品/優惠券的任何自訂欄位都像是數選,而且您可以選擇匯出多種格式,如 CSV、XLS...。
  • Import and export users and customers 》在您的免費測試網站中試試看:點擊此處 => https://demo.tastewp.com/import-users-from-csv-with-meta, 一個乾淨易用的用戶和客戶導入/導出外掛,適用於 ...。
  • WP Import Export Lite 》o.com/goto/wpimportexport" target="_blank">WordPress Import Export 插件 是一款易用、快速且進階的匯入和匯出網站數據的工具。, WordPress Import Export...。
  • Export media with selected content 》在 WordPress 的匯出畫面中,當選擇一種文章類型時,預設情況下不會將其連結的媒體(附件)包含在內。本外掛程式則新增了一個「匯出選定內容時包含媒體」的選...。
  • Export Media Library 》此外掛允許使用者將媒體庫檔案匯出成壓縮的 zip 檔案。, 連結, , 官方網站, 技術支援, 。
  • استخراج محصولات ووکامرس برای ترب – رسمی 》‫This plugin is developed to retrieve all products from WordPress stores that use the WooCommerce plugin., ‫The aim of this plugin is...。
  • YML for Yandex Market 》此外掛程式創建 YML-feed 以在 Yandex Market 及其他地方上傳。此外,此插件也適用於以下用途:, , СберМегаМаркет, Yandex Turbo-pages, Yandex de...。
  • WPS Menu Exporter 》WPS Menu Exporter 可以讓您僅匯出 WordPress 的選單 (就像您可以匯出文章、頁面等)。, WPS Menu Exporter 外掛還會將包含在 WordPress 選單中的頁面 / 分類...。
  • Export All Posts, Products, Orders, Refunds & Users 》rough advanced filters, select the required criteria by choosing the checkboxes available in the options., * Click on the ‘Apply Filters̵...。
  • WP CSV Exporter 》這個外掛程式可以按照每篇文章類型將文章匯出為 CSV 格式。, 此外,它也支援文章的自訂欄位和自訂分類法。, 您還可以設定要下載的文章數量或日期範圍。, 如何...。
  • GravityExport Lite for Gravity Forms 》, GravityExport 是從 Gravity Forms 匯出資料的最佳、無需麻煩的解決方案。, GravityExport 提供強大的新功能!可將匯出儲存至 FTP 和 Dropbox、匯出為 PDF...。
  • DeMomentSomTres WordPress Export Posts With Images 》DeMomentSomTres WordPress Export Posts With Images是為了因應DeMomentSomTres數位行銷代理公司的客戶需求而開發的。該客戶有一個非常龐大的部落格,需要將...。
  • Export User Data 》一個可以匯出 WordPress 使用者資料和元數據的外掛。, 包括匯出使用者身分、註冊日期範圍、使用者元選項和兩種匯出格式的選項。, 此外掛程式設計用來匯出儲存...。

文章
Filter
Apply Filters
Mastodon