Sync2Sell Plugin for Lightspeed Retail

Sync2Sell Fields customization for Retail

Sync2Sell Plugin for Lightspeed Retailคืออะไร?

Sync2Sell Plugin for Lightspeed Retail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sync2Sell และคุณลักษณะหลักของมันคือ "Sync2Sell Fields customization for Retail"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sync2Sell Plugin for Lightspeed Retail

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
}