WhatShopifyApp - Lookup Shopify Apps

Get to know what shopify apps an online store is using.

什么是WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps是由http://whatshopifyapp.com开发的Chrome扩展程序,该扩展的主要功能是“Get to know what shopify apps an online store is using.”。

扩展截图

screenshot

下载WhatShopifyApp - Lookup Shopify Apps扩展crx文件

下载WhatShopifyApp - Lookup Shopify Apps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WhatShopifyApp helps you look at other Shopify stores to find out what apps have they installed. This handy tool lets you find out what apps are they using. It even links it right to the Shopify App Directory to that you can install it as well.                    

扩展基本信息

名称 WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
官方URL https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
简介 Get to know what shopify apps an online store is using.
文件大小 11.84 KB
安装次数 1,000
当前版本 0.1.1
更新时间 2017-10-14
上架时间 2017-10-14
评分 2.89/5 共9次评分
开发者 http://whatshopifyapp.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://pushowl.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatShopifyApp - Lookup Shopify Apps",
    "short_name": "WhatShopifyApp",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Get to know what shopify apps an online store is using.",
    "default_locale": "en",
    "icons": {
        "19": "resources\/images\/icon_extension_19.png",
        "32": "resources\/images\/icon_extension_32.png",
        "48": "resources\/images\/icon_extension_48.png",
        "128": "resources\/images\/icon_extension_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "resources\/images\/icon_extension_19.png",
            "32": "resources\/images\/icon_extension_32.png",
            "48": "resources\/images\/icon_extension_48.png",
            "128": "resources\/images\/icon_extension_128.png"
        },
        "default_title": "WhatShopifyApp - Lookup Shopify Apps"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "resources\/*"
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ]
}