Dropship & affiliate for Amazon & woocommerce

Dropship & affiliate for Amazon & woocommerce

Apa itu Dropship & affiliate for Amazon & woocommerce?

Dropship & affiliate for Amazon & woocommerce adalah ekstensi Chrome yang dikembangkan oleh wooshark, dan fitur utamanya adalah "Dropship & affiliate for Amazon & woocommerce".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dropship & affiliate for Amazon & woocommerce

Unduh file ekstensi Dropship & affiliate for Amazon & woocommerce dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Dropship & affiliate for Amazon & woocommerce Dropship & affiliate for Amazon & woocommerce
ID lkdfdaconeeookejekfehcafogmbmcck
URL Resmi https://chromewebstore.google.com/detail/dropship-affiliate-for-am/lkdfdaconeeookejekfehcafogmbmcck
Deskripsi Dropship & affiliate for Amazon & woocommerce
Ukuran File 1.06 MB
Jumlah Instalasi 3,559
Versi Saat Ini 4.0.4
Terakhir Diperbarui 2023-01-12
Tanggal Publikasi 2020-03-03
Penilaian 4.00/5 Total 21 Penilaian
Pengembang wooshark
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.wooshark.com
URL Halaman Bantuan https://www.wooshark.com/
URL Halaman Kebijakan Privasi https://www.wooshark.com/term
Bahasa yang Didukung 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\/;"
    }
}