Sync2Sell Plugin for Lightspeed Retail
Sync2Sell Fields customization for Retail
Sync2Sell Plugin for Lightspeed Retailとは何ですか?
Sync2Sell Plugin for Lightspeed RetailはSync2Sellによって開発されたChromeの拡張機能で、その主な機能は「Sync2Sell Fields customization for Retail」です。
拡張機能のスクリーンショット
Sync2Sell Plugin for Lightspeed Retail拡張機能のCRXファイルをダウンロード
Sync2Sell Plugin for Lightspeed Retail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Sync2Sell Plugin for Lightspeed Retail |
ID | picjnainchoijdgiepjbakinmmeamkfb |
公式URL | https://chromewebstore.google.com/detail/sync2sell-plugin-for-ligh/picjnainchoijdgiepjbakinmmeamkfb |
説明 | Sync2Sell Fields customization for Retail |
ファイルサイズ | 411 KB |
インストール数 | 350 |
現在のバージョン | 1.7.26 |
最終更新日 | 2024-03-05 |
公開日 | 2020-12-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Sync2Sell |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.sync2sell.com/termsandconditions |
対応言語 | 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" } |