Zonify - Import Product Amazon Shopify

Zonify is a paid app on Shopify platform. It allows you to find products on amazon, add them to your Shopify store and sell them…

What is Zonify - Import Product Amazon Shopify?

Zonify - Import Product Amazon Shopify is a Chrome extension developed by https://zonify.app, and its main feature is "Zonify is a paid app on Shopify platform. It allows you to find products on amazon, add them to your Shopify store and sell them…".

Extension Screenshots

screenshot

Download Zonify - Import Product Amazon Shopify Extension CRX File

Download Zonify - Import Product Amazon Shopify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Zonify is a paid app on Shopify platform.
It allows you to find products on amazon, add them to your Shopify store and sell them online.

The Chrome Extension works together with the web application.

The Main Features:

- Import products to your Shopify store directly from the Amazon
- Semi-automatic order fulfillment                    

Extension Basic Information

Name Zonify - Import Product Amazon Shopify Zonify - Import Product Amazon Shopify
ID mejipmepackdookdfigbkhlkmfnafeih
Official URL https://chromewebstore.google.com/detail/zonify-import-product-ama/mejipmepackdookdfigbkhlkmfnafeih
Description Zonify is a paid app on Shopify platform. It allows you to find products on amazon, add them to your Shopify store and sell them…
File Size 2.45 MB
Installation Count 2,759
Current Version 4.4.1
Last Updated 2024-01-27
Publish Date 2020-06-11
Rating 4.19/5 Total 16 Ratings
Developer https://zonify.app
Email [email protected]
Payment Type in_app
Extension Website https://zonify.app
Help Page URL https://zonify.app/contact
Privacy Policy Page URL https://www.importify.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zonify - Import Product Amazon Shopify",
    "version": "4.4.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "129": "icons\/icon129.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/tooltip.png",
                "icons\/icon30.png",
                "icons\/btn.png",
                "icons\/order.png",
                "icons\/login.png",
                "icons\/loader.gif",
                "icons\/loader_new.gif",
                "libs\/views\/order.html",
                "libs\/views\/gui.html",
                "libs\/views\/custom-description.html",
                "libs\/viewsasin.html",
                "libs\/viewsaddresses.html",
                "\/icons\/login.png",
                "libs\/editor\/ui\/icons.svg",
                "icons\/undraw_About_us_page_re_2jfm.png",
                "icons\/undraw_Remote_team_re_ck1y.png",
                "icons\/undraw_fixing_bugs_w7gi.png",
                "icons\/zonify-logo.png",
                "icons\/icon-close.svg",
                "icons\/checkd.png",
                "icons\/checked.png",
                "icons\/edit.png",
                "icons\/spinner.gif",
                "icons\/flags-mini\/*.png",
                "\/libs\/css\/font-awsome.css",
                "\/libs\/fonts\/fontawesome-webfont.ttf",
                "\/libs\/fonts\/fontawesome-webfont.woff",
                "\/libs\/fonts\/fontawesome-webfont.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.amazon.in\/*",
                "https:\/\/app.zonifyapp.com\/*",
                "https:\/\/zonifyapp.com\/*"
            ],
            "js": [
                "libs\/js\/jquery\/jquery-3.2.1.min.js",
                "libs\/js\/jquery\/jquery-3.2.1.js",
                "libs\/js\/jquery\/jquery-ui.js",
                "libs\/js\/moment.js",
                "libs\/js\/zonify-handlebars.js",
                "libs\/js\/multiple-select.js",
                "libs\/js\/country-list.js",
                "libs\/js\/countrySelect.js",
                "libs\/js\/functions.js",
                "libs\/js\/content.js",
                "libs\/js\/gui.js",
                "libs\/js\/jquery.ddslick.min.js",
                "libs\/js\/jquery.dataTables.min.js",
                "libs\/js\/overrideProduct.js",
                "libs\/js\/change-price.js",
                "libs\/js\/modal.js",
                "libs\/js\/fbspy.js",
                "libs\/editor\/trumbowyg.js"
            ],
            "css": [
                "libs\/css\/gui.css",
                "libs\/css\/modal.css",
                "libs\/css\/datatables.min.css",
                "libs\/css\/zonify-reviews.css",
                "libs\/css\/jquery-ui.css",
                "libs\/css\/countrySelect.css",
                "libs\/editor\/trumbowyg.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/app.zonifyapp.com\/dashboard\/import-product\/iframe-description?description*"
            ],
            "all_frames": true,
            "js": [
                "libs\/js\/jquery.js",
                "libs\/js\/custom-description-iframe.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "93",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox ": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "libs\/views\/popup.html"
    }
}