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
公式URL 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
Eメール [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"
    }
}