WhatShopifyApp - Lookup Shopify Apps

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

Τι είναι το WhatShopifyApp - Lookup Shopify Apps;

Το WhatShopifyApp - Lookup Shopify Apps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://whatshopifyapp.com, και η κύρια λειτουργία του είναι "Get to know what shopify apps an online store is using.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης WhatShopifyApp - Lookup Shopify Apps

Λήψη αρχείων επέκτασης 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:\/\/*\/*",
        ""
    ]
}