Dropship & affiliate for Amazon & woocommerce

Dropship & affiliate for Amazon & woocommerce

Dropship & affiliate for Amazon & woocommerce란 무엇입니까?

Dropship & affiliate for Amazon & woocommerce은(는) wooshark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dropship & affiliate for Amazon & woocommerce"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Dropship & affiliate for Amazon & woocommerce 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wooshark offers the following features:
* Import products from amazon as variable, simple and affiliates products, these can be used for dropshipping and affiliates 
* Import, customize and edit:
     - Variants such as size, color, model
     - Original images
     - Images from the product description
     - Specifications and extra information
     - General description
     - Short description
     - Categories
     - Sale price
     - Reviews
     - Rating
     - Sku
    - tags
* include images from reviews 
* include images from variations
* include images from description
* Automated price calculation formula.
* Advanced description editor
* Advanced image editor
* General configuration
* Link to the original product.
* Publish / save as draft.
* All Amazon domains are supported. 
* import single product for reach sku                    

확장 프로그램 기본 정보

이름 Dropship & affiliate for Amazon & woocommerce Dropship & affiliate for Amazon & woocommerce
ID lkdfdaconeeookejekfehcafogmbmcck
공식 URL https://chromewebstore.google.com/detail/dropship-affiliate-for-am/lkdfdaconeeookejekfehcafogmbmcck
설명 Dropship & affiliate for Amazon & woocommerce
파일 크기 1.06 MB
설치 횟수 3,559
현재 버전 4.0.4
최근 업데이트 2023-01-12
출시 날짜 2020-03-03
평점 4.00/5 총 21 개의 평점
개발자 wooshark
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wooshark.com
도움말 페이지 URL https://www.wooshark.com/
개인정보 보호 정책 페이지 URL https://www.wooshark.com/term
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dropship & affiliate for Amazon & woocommerce",
    "short_name": "dropship & affilaite for amazon",
    "description": "Dropship & affiliate for Amazon & woocommerce",
    "version": "4.0.4",
    "default_locale": "en",
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/amazon128.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/editImage.js",
        "type": "module"
    },
    "icons": {
        "48": "images\/amazon_48x48.png",
        "128": "images\/amazon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lunapic.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.eg\/*",
                "https:\/\/www.amazon.sa\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/vendor\/jquery-3.2.1.min.js",
                "js\/vendor\/bootstrap.min.js",
                "js\/vendor\/quill.js",
                "js\/vendor\/math.js",
                "js\/vendor\/fontawesome.js",
                "js\/vendor\/spin.js",
                "js\/vendor\/jquery.toast.min.js",
                "js\/vendor\/progress.js",
                "js\/apiexpress_content.js",
                "js\/bulk_import_amazon.js",
                "js\/lunaPicEdit.js",
                "js\/selectReview.js",
                "js\/productUrl.js",
                "js\/editor.js",
                "js\/vendor\/lodash.js",
                "js\/loading.js"
            ],
            "css": [
                "css\/jquery.toast.min.css",
                "css\/quill.css",
                "css\/bootstrap.min.css",
                "css\/spin.css",
                "css\/progress.css",
                "css\/table.css",
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/background-worker-downloader"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    }
}