WhatShopifyApp - Lookup Shopify Apps

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

Apa itu WhatShopifyApp - Lookup Shopify Apps?

WhatShopifyApp - Lookup Shopify Apps adalah ekstensi Chrome yang dikembangkan oleh http://whatshopifyapp.com, dan fitur utamanya adalah "Get to know what shopify apps an online store is using.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WhatShopifyApp - Lookup Shopify Apps

Unduh file ekstensi WhatShopifyApp - Lookup Shopify Apps dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WhatShopifyApp - Lookup Shopify Apps WhatShopifyApp - Lookup Shopify Apps
ID mcdpjhnnphfiaojbmpbgfcpoodpngofo
URL Resmi https://chrome.google.com/webstore/detail/whatshopifyapp-lookup-sho/mcdpjhnnphfiaojbmpbgfcpoodpngofo
Deskripsi Get to know what shopify apps an online store is using.
Ukuran File 11.84 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-10-14
Tanggal Publikasi 2017-10-14
Penilaian 2.89/5 Total 9 Penilaian
Pengembang http://whatshopifyapp.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://pushowl.com/privacy.html
Bahasa yang Didukung 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:\/\/*\/*",
        ""
    ]
}