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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*",
        ""
    ]
}