Deep Integration for Shopify

A Chrome extension for adding extended functionality to Shopify admin pages.

Deep Integration for Shopifyとは何ですか?

Deep Integration for Shopifyはhttps://typhoslabs.comによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension for adding extended functionality to Shopify admin pages.」です。

拡張機能のスクリーンショット

screenshot

Deep Integration for Shopify拡張機能のCRXファイルをダウンロード

Deep Integration for Shopify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Install this extension to get additional features on Shopify admin pages when installed with our various Shopify Apps.                    

拡張機能の基本情報

名前 Deep Integration for Shopify Deep Integration for Shopify
ID ioobdijakpmbiojljlofnihpgfpleiin
公式URL https://chromewebstore.google.com/detail/deep-integration-for-shop/ioobdijakpmbiojljlofnihpgfpleiin
説明 A Chrome extension for adding extended functionality to Shopify admin pages.
ファイルサイズ 716 KB
インストール数 180
現在のバージョン 0.0.9
最終更新日 2016-12-07
公開日 2016-12-06
開発者 https://typhoslabs.com
支払い方法 free
拡張機能のウェブサイト https://www.typhoslabs.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deep Integration for Shopify",
    "version": "0.0.9",
    "description": "A Chrome extension for adding extended functionality to Shopify admin pages.",
    "short_name": "Deep for Shopify",
    "author": "TyphosLabs",
    "icons": {
        "16": "\/img\/icon-16.png",
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/img\/icon-19.png",
            "38": "\/img\/icon-38.png"
        },
        "default_title": "Deep Integration for Shopify - TyphosLabs",
        "default_popup": "html\/popup.html"
    },
    "homepage_url": "http:\/\/www.typhoslabs.com\/shopify-deep",
    "background": {
        "scripts": [
            "\/libs\/jquery-2.2.2.js",
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myshopify.com\/admin\/*"
            ],
            "js": [
                "\/libs\/jquery-2.2.2.js",
                "\/libs\/many.js",
                "\/libs\/tagger.js",
                "\/js\/deep.js",
                "\/js\/api.js",
                "\/js\/apis.js",
                "\/injection\/product.js",
                "\/injection\/collection.js",
                "\/injection\/customer.js",
                "\/apps\/collection-images.js",
                "\/apps\/collection-tags.js",
                "\/apps\/store-credit.js",
                "\/js\/ready.js"
            ],
            "css": [
                "\/css\/font-awesome.min.css",
                "\/css\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "https:\/\/*.myshopify.com\/admin\/*",
        "https:\/\/shopify-shipify.s3.amazonaws.com\/labels\/*"
    ]
}