Sync2Sell Plugin for Lightspeed Retail
Sync2Sell Fields customization for Retail
Sync2Sell Plugin for Lightspeed Retail là gì?
Sync2Sell Plugin for Lightspeed Retail là một tiện ích mở rộng Chrome được phát triển bởi Sync2Sell, và tính năng chính của nó là "Sync2Sell Fields customization for Retail".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sync2Sell Plugin for Lightspeed Retail
Tải xuống các tệp mở rộng Sync2Sell Plugin for Lightspeed Retail 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 extension formats the S2S fields area of Lightspeed Retail to help organize the fields into easy-to-navigate tabs, associated with the various marketplaces subscribed to by the Sync2Sell user.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sync2Sell Plugin for Lightspeed Retail |
ID | picjnainchoijdgiepjbakinmmeamkfb |
URL Chính Thức | https://chromewebstore.google.com/detail/sync2sell-plugin-for-ligh/picjnainchoijdgiepjbakinmmeamkfb |
Mô tả | Sync2Sell Fields customization for Retail |
Kích Thước Tệp | 411 KB |
Số Lần Cài Đặt | 350 |
Phiên Bản Hiện Tại | 1.7.26 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2020-12-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Sync2Sell |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.sync2sell.com/termsandconditions |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sync2Sell Plugin for Lightspeed Retail", "description": "Sync2Sell Fields customization for Retail", "version": "1.7.26", "icons": { "16": "image\/S2SExtensionLogo.png", "48": "image\/S2SExtensionLogo.png", "128": "image\/S2SExtensionLogo.png" }, "content_scripts": [ { "matches": [ "*:\/\/us.merchantos.com\/*", "*:\/\/*.merchantos.com\/*", "*:\/\/us.lightspeedapp.com\/*", "*:\/\/*.lightspeedapp.com\/*" ], "js": [ "dep\/jquery.min.js", "dep\/touchspin.js", "dep\/popover.min.js", "dep\/selectmenu.min.js", "dep\/wangEditor\/wangEditor.js", "dep\/dSlide\/dSlide.js", "dep\/comboTreePlugin\/comboTreePlugin.js", "js\/config.js", "js\/imageUrl.js", "js\/common.js", "js\/handleHtml.js", "js\/handleDetailNav.js", "js\/handleS2SNav.js", "js\/handleTabsNav.js", "js\/handleSwitchNav.js", "js\/main.js" ], "css": [ "css\/popover.min.css", "css\/selectmenu.css", "dep\/wangEditor\/wangEditor.css", "dep\/comboTreePlugin\/comboTreePlugin.css", "dep\/dSlide\/dSlide.css", "css\/main.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "image\/favicon.png", "image\/efforFavicon.png", "image\/s2sLogo.png", "image\/ebay.png", "image\/noebay.png", "image\/reverb.png", "image\/Amazon.png", "image\/Facebook.png", "image\/bigcommerce.png", "image\/eCom.png", "image\/houzz.png", "image\/LSRetail.png", "image\/eBay1.png", "image\/eComIcon.png", "image\/eBayIcon.png", "image\/amazon_icon.png", "image\/facebook_icon.png", "image\/duplicate.png", "image\/Reverb1.png" ], "content_security_policy": "script-src 'self' http:\/\/localhost:56321; object-src 'self'", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_name": "Sync2Sell Plugin for Lightspeed Retail", "default_icon": "image\/S2SExtensionLogo.png" }, "default_locale": "en" } |