WhatShopifyApp - Lookup Shopify Apps

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

WhatShopifyApp - Lookup Shopify Apps là gì?

WhatShopifyApp - Lookup Shopify Apps là một tiện ích mở rộng Chrome được phát triển bởi http://whatshopifyapp.com, và tính năng chính của nó là "Get to know what shopify apps an online store is using.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatShopifyApp - Lookup Shopify Apps

Tải xuống các tệp mở rộng WhatShopifyApp - Lookup Shopify Apps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
URL Chính Thức https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Mô tả Get to know what shopify apps an online store is using.
Kích Thước Tệp 11.84 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-10-14
Ngày Phát Hành 2017-10-14
Đánh Giá 2.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://whatshopifyapp.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pushowl.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*",
        ""
    ]
}