Shopify Developer Tools

Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…

Cos'è Shopify Developer Tools?

Shopify Developer Tools è un'estensione di Chrome sviluppata da anark6, e la sua funzione principale è "Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shopify Developer Tools

Scarica i file di estensione Shopify Developer Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Shopify Developer Tools is a Chrome extension for Shopify developers.

It allows you to easily
- View which theme a shop is using when visiting their website.
- Easily create a management request for a shop without having to copy and paste their store url
- See if the theme they were using was purchased legitimately
- Add your own custom links to view a shop in your admin or wherever you would like to view their details based on the shops myshopify url                    

Informazioni di Base sull'Estensione

Nome Shopify Developer Tools Shopify Developer Tools
ID ampfnhkbibnmhgoiaaokkejbajllamfj
URL Ufficiale https://chromewebstore.google.com/detail/shopify-developer-tools/ampfnhkbibnmhgoiaaokkejbajllamfj
Descrizione Shopify Developer Tools is a Chrome extension for Shopify developers. It allows you to easily - View which theme a shop is using…
Dimensione del File 27.68 KB
Conteggio Installazioni 751
Versione Corrente 0.23
Ultimo Aggiornamento 2020-05-08
Data di Pubblicazione 2020-05-08
Sviluppatore anark6
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "manifest_version": 2,
    "name": "Shopify Developer Tools",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Shopify Developer Tools",
    "version": "0.23"
}