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
Eメール [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"
    ]
}