Dropship & affiliate for Amazon & woocommerce

Dropship & affiliate for Amazon & woocommerce

Dropship & affiliate for Amazon & woocommerce là gì?

Dropship & affiliate for Amazon & woocommerce là một tiện ích mở rộng Chrome được phát triển bởi wooshark, và tính năng chính của nó là "Dropship & affiliate for Amazon & woocommerce".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dropship & affiliate for Amazon & woocommerce

Tải xuống các tệp mở rộng Dropship & affiliate for Amazon & woocommerce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dropship & affiliate for Amazon & woocommerce Dropship & affiliate for Amazon & woocommerce
ID lkdfdaconeeookejekfehcafogmbmcck
URL Chính Thức https://chromewebstore.google.com/detail/dropship-affiliate-for-am/lkdfdaconeeookejekfehcafogmbmcck
Mô tả Dropship & affiliate for Amazon & woocommerce
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 3,559
Phiên Bản Hiện Tại 4.0.4
Cập Nhật Lần Cuối 2023-01-12
Ngày Phát Hành 2020-03-03
Đánh Giá 4.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển wooshark
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wooshark.com
URL Trang Trợ Giúp https://www.wooshark.com/
URL Trang Chính Sách Bảo Mật https://www.wooshark.com/term
Ngôn Ngữ Được Hỗ Trợ 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\/;"
    }
}