AliExpress to GrooveKart Importer Local...

This is an extension to import products from Aliexpress to GrooveKart.

Was ist AliExpress to GrooveKart Importer Local...?

AliExpress to GrooveKart Importer Local... ist eine Chrome-Erweiterung, die von max entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension to import products from Aliexpress to GrooveKart.".

Erweiterungsscreenshots

screenshot

AliExpress to GrooveKart Importer Local...-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliExpress to GrooveKart Importer Local...-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

                        The AliConnect Extension lets you easily import thousands of drop shipping products into your GrooveKart store, complete with different variations and their prices.  You'll find interesting items for your store, in every niche imaginable.                    

Grundlegende Informationen zur Erweiterung

Name AliExpress to GrooveKart Importer Local... AliExpress to GrooveKart Importer Local...
ID baaplpfcfpoccnddeffkfkbjlfmkfgeg
Offizielle URL https://chromewebstore.google.com/detail/aliexpress-to-groovekart/baaplpfcfpoccnddeffkfkbjlfmkfgeg
Beschreibung This is an extension to import products from Aliexpress to GrooveKart.
Dateigröße 62.68 KB
Installationsanzahl 975
Aktuelle Version 2.4.17
Letztes Update 2023-08-02
Veröffentlichungsdatum 2020-12-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler max
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://groovekart.com
Hilfeseite URL https://support.groovedigital.com
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "scripts": [
            "resources\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/image\/logo.png"
    },
    "content_scripts": [
        {
            "css": [
                "resources\/css\/ez-dropship.css"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "http:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "description": "This is an extension to import products from Aliexpress to GrooveKart.",
    "icons": {
        "128": "resources\/image\/logo.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmBUiF+JGHbGt5KfhV0WUbRoUz654m4MEHEyNZ\/tAHyL2Rpd0QsRVS24ha+m3VcipphElxK0CL1IDmBHA53kd4LbKvIThk9z\/VIkahU+1ADZiDg58AKXIbTc0rsbpic72aMvTz2jiMOtlR9Ic8WITw+FANXgcKmgiZP5ZKKWUXZ24cOYTFBKM1MRNp2OIsNAmbnC7tmtLrpKrGTL7ucjCic0xFi55NCdgrkjVReZyt\/NpeuRgomBfV59ZHOFC\/ToKJOUDPfEuiSKM1GyZAhNBN+nVRoSRbpd2saXK69CyzKEvMchV2z5a9KgXlJSNlKjt+hS6t2p4NHDrkKobImdUOwIDAQAB",
    "manifest_version": 2,
    "name": "AliExpress to GrooveKart Importer Local...",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.17",
    "web_accessible_resources": [
        "*.png",
        "resources\/js\/jquery.min.js",
        "resources\/js\/ez-saveproduct.js"
    ]
}