Adjustable Screen Top Shelf Stuff Organizer

$19.99
$39.98
Save $19.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description


Main Features

  • DURABLE MATERIAL: The screen top shelf is made of ABS resin. Sturdy & Durable. Suitable for most flat-screen sizes.
  • UNIQUE & PRACTICAL: Our screen top storage bracket has an adjustable elastic design to satisfy your various needs, and the non-slip surface will keep your accessories from sliding.
  • EASY TO INSTALL: Do not require any other installation tools. You can directly adjust the rotation button to fix it or rotate the feet in the opposite direction until the screws are stable.
  • WIDELY APPLICATION: With your top shelf, you can place it on a computer or TV in family and office, which can help you put some remote control, routers, calculator, and some small home decorations.

Using Methods

  • This screen top shelf can help you to clean your table, tea table, or computer table, bring you and your family a comfortable living environment.

Specifications

Product Weight
  • 100g
Product Size
  • 11 × 16 × 2cm 
Material
  • ABS
Package Contents Adjustable Screen Top Shelf × 1

Note

  • Due to manual measurements, please allow slight measurement deviations.
  • Due to the different display and lighting effects, the actual color of the item may be slightly different from the color displayed on the picture.
1
Select product
Selected 0 item(s)
1PC/ Black/ S
1PC/ Black/ L
1PC/ White/ S
1PC/ White/ L
2 PCS(SAVE $10)/ Black/ S
2 PCS(SAVE $10)/ Black/ L
2 PCS(SAVE $10)/ White/ S
2 PCS(SAVE $10)/ White/ L
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)