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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}