AliExpress to GrooveKart Importer Local...

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

什么是AliExpress to GrooveKart Importer Local...?

AliExpress to GrooveKart Importer Local...是由max开发的Chrome扩展程序,该扩展的主要功能是“This is an extension to import products from Aliexpress to GrooveKart.”。

扩展截图

screenshot

下载AliExpress to GrooveKart Importer Local...扩展crx文件

下载AliExpress to GrooveKart Importer Local...扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AliExpress to GrooveKart Importer Local... AliExpress to GrooveKart Importer Local...
ID baaplpfcfpoccnddeffkfkbjlfmkfgeg
官方URL https://chromewebstore.google.com/detail/aliexpress-to-groovekart/baaplpfcfpoccnddeffkfkbjlfmkfgeg
简介 This is an extension to import products from Aliexpress to GrooveKart.
文件大小 62.68 KB
安装次数 975
当前版本 2.4.17
更新时间 2023-08-02
上架时间 2020-12-11
评分 5.00/5 共1次评分
开发者 max
电子邮箱 [email protected]
付费类型 free
扩展官网 https://groovekart.com
帮助页面URL https://support.groovedigital.com
支持的语言 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"
    ]
}