Sync2Sell Plugin for Lightspeed Retail
Sync2Sell Fields customization for Retail
What is Sync2Sell Plugin for Lightspeed Retail?
Sync2Sell Plugin for Lightspeed Retail is a Chrome extension developed by Sync2Sell, and its main feature is "Sync2Sell Fields customization for Retail".
Extension Screenshots
Download Sync2Sell Plugin for Lightspeed Retail Extension CRX File
Download Sync2Sell Plugin for Lightspeed Retail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Sync2Sell Plugin for Lightspeed Retail |
ID | picjnainchoijdgiepjbakinmmeamkfb |
Official URL | https://chromewebstore.google.com/detail/sync2sell-plugin-for-ligh/picjnainchoijdgiepjbakinmmeamkfb |
Description | Sync2Sell Fields customization for Retail |
File Size | 411 KB |
Installation Count | 350 |
Current Version | 1.7.26 |
Last Updated | 2024-03-05 |
Publish Date | 2020-12-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Sync2Sell |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.sync2sell.com/termsandconditions |
Supported Languages | 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" } |