DropshiePaste

DropshiePaste

DropshiePaste란 무엇입니까?

DropshiePaste은(는) https://dropshie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DropshiePaste"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DropshiePaste 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Copy and paste addresses and fulfill orders for your dropshipping business super fast and super easy. 
Always improving based on your feedback, always giving you more than you expect! 


At DROPshie we have one goal, to automate your productivity!
visit dropshie.com                    

확장 프로그램 기본 정보

이름 DropshiePaste DropshiePaste
ID maggmfgfhkjaapchnkpdkkchmchpnfjg
공식 URL https://chromewebstore.google.com/detail/dropshiepaste/maggmfgfhkjaapchnkpdkkchmchpnfjg
설명 DropshiePaste
파일 크기 87.13 KB
설치 횟수 48
현재 버전 3.7.4
최근 업데이트 2020-12-04
출시 날짜 2019-07-08
평점 5.00/5 총 3 개의 평점
개발자 https://dropshie.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DropshiePaste",
    "description": "DropshiePaste",
    "version": "3.7.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "DropshiePaste"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/k2b-bulk.ebay.co.uk\/*",
                "https:\/\/k2b-bulk.ebay.com\/*",
                "https:\/\/www.ebay.com\/*",
                "https:\/\/*.dropshie.com\/*"
            ],
            "js": [
                "content.js",
                "content3.js",
                "jquery-3.1.0.min.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.aosom.co.uk\/*",
                "https:\/\/www.aosom.ca\/*",
                "https:\/\/www.aosom.com\/*",
                "https:\/\/www.costco.com\/*",
                "https:\/\/www.costco.co.uk\/*",
                "https:\/\/www.zooplus.co.uk\/checkout*",
                "https:\/\/www.zooplus.de\/checkout*",
                "https:\/\/www.thinkgeek.com\/brain\/checkout*",
                "https:\/\/www.petplanet.co.uk\/purchase\/*",
                "https:\/\/www.costco.ca\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/www.overstock.com\/*",
                "https:\/\/www.overstock.ca\/*",
                "https:\/\/www.target.com\/*",
                "https:\/\/*.homedepot.com\/*",
                "https:\/\/www.vidaxl.com\/checkout\/*",
                "https:\/\/www.vidaxl.co.uk\/checkout\/*",
                "https:\/\/www.vidaxl.com.au\/checkout\/*"
            ],
            "js": [
                "content2.js",
                "content3.js",
                "jquery-3.1.0.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "management",
        "*:\/\/*.dropshie.com\/*",
        "https:\/\/livetest.torpec.com\/*",
        "https:\/\/live.torpec.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.com.au\/*"
    ]
}