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…

什麼是Zonify - Import Product Amazon Shopify?

Zonify - Import Product Amazon Shopify是由https://zonify.app開發的Chrome擴展程式,該擴展的主要功能是“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…”。

擴展截圖

screenshot

下載Zonify - Import Product Amazon Shopify擴展crx文件

下載Zonify - Import Product Amazon Shopify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Zonify - Import Product Amazon Shopify Zonify - Import Product Amazon Shopify
ID mejipmepackdookdfigbkhlkmfnafeih
官方網址 https://chromewebstore.google.com/detail/zonify-import-product-ama/mejipmepackdookdfigbkhlkmfnafeih
簡介 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…
檔案大小 2.45 MB
安裝次數 2,759
目前版本 4.4.1
更新時間 2024-01-27
上架時間 2020-06-11
評分 4.19/5 共 16 次評分
開發者 https://zonify.app
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://zonify.app
說明頁面URL https://zonify.app/contact
隱私政策頁面URL https://www.importify.com/privacy-policy
支援的語言 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"
    }
}