Shopify App Detector by Fera.ai

Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community.

O que é Shopify App Detector by Fera.ai?

Shopify App Detector by Fera.ai é uma extensão do Chrome desenvolvida por https://www.fera.ai, e sua principal característica é "Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shopify App Detector by Fera.ai

Baixe arquivos de extensão Shopify App Detector by Fera.ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The Shopify App/Theme Detector by Fera.ai lets you detect which Shopify apps and are being run on a specific Shopify store, as well as what theme it is using (if it is not completely custom).

FOR SECURITY ASSURANCE THE SOURCE CODE IS PROVIDED at https://github.com/feracommerce/shopify_app_detector so you don't have to worry about the excessive permissions this extension requires. 

Please let us know what you think or if there are any apps you wish we could detect. If you're a developer please contribute to the project at https://github.com/feracommerce/shopify_app_detector.

This app is maintained for free by the developer community and the Fera.ai product reviews app for Shopify, BigCommerce and other eCommerce platforms.                    

Informações Básicas da Extensão

Nome Shopify App Detector by Fera.ai Shopify App Detector by Fera.ai
ID lhfdhjladfcmghahdbcmlceajdlbkale
URL Oficial https://chromewebstore.google.com/detail/shopify-app-detector-by-f/lhfdhjladfcmghahdbcmlceajdlbkale
Descrição Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community.
Tamanho do Arquivo 185 KB
Contagem de Instalações 44,125
Versão Atual 0.6.2
Última Atualização 2021-07-07
Data de Publicação 2020-05-31
Classificação 3.97/5 Total de 58 Avaliações
Desenvolvedor https://www.fera.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.github.com/feracommerce/shopify_app_detector
URL da Página de Ajuda https://github.com/feracommerce/shopify_app_detector/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopify App Detector by Fera.ai",
    "description": "Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community.",
    "version": "0.6.2",
    "author": "Fera.ai",
    "homepage_url": "https:\/\/www.github.com\/feracommerce\/shopify_app_detector",
    "icons": {
        "16": "img\/icons\/detector.png",
        "48": "img\/icons\/detector.png",
        "128": "img\/icons\/detector.png"
    },
    "browser_action": {
        "default_icon": "img\/icons\/detector-disabled.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lib\/zepto\/zepto.min.js",
            "js\/sad.js",
            "data\/shopify_apps.js",
            "data\/shopify_themes.js",
            "js\/detector.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/zepto\/zepto.min.js",
                "js\/sad.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}