Sync2Sell Plugin for Lightspeed Retail

Sync2Sell Fields customization for Retail

Was ist Sync2Sell Plugin for Lightspeed Retail?

Sync2Sell Plugin for Lightspeed Retail ist eine Chrome-Erweiterung, die von Sync2Sell entwickelt wurde, und ihr Hauptmerkmal ist "Sync2Sell Fields customization for Retail".

Erweiterungsscreenshots

screenshot
screenshot

Sync2Sell Plugin for Lightspeed Retail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sync2Sell Plugin for Lightspeed Retail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sync2Sell Plugin for Lightspeed Retail Sync2Sell Plugin for Lightspeed Retail
ID picjnainchoijdgiepjbakinmmeamkfb
Offizielle URL https://chromewebstore.google.com/detail/sync2sell-plugin-for-ligh/picjnainchoijdgiepjbakinmmeamkfb
Beschreibung Sync2Sell Fields customization for Retail
Dateigröße 411 KB
Installationsanzahl 350
Aktuelle Version 1.7.26
Letztes Update 2024-03-05
Veröffentlichungsdatum 2020-12-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Sync2Sell
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.sync2sell.com/termsandconditions
Unterstützte Sprachen 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"
}