APN Sidebar With nutrametrix

Inject an APN sidebar on the current tab when the page action is clicked

O que é APN Sidebar With nutrametrix?

APN Sidebar With nutrametrix é uma extensão do Chrome desenvolvida por Keith R, e sua principal característica é "Inject an APN sidebar on the current tab when the page action is clicked".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão APN Sidebar With nutrametrix

Baixe arquivos de extensão APN Sidebar With nutrametrix 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 APN Chrome Extension works with your APN PublisherID so you can easily promote a specific SHOP.COM product on a site or blog.  Use your Chrome browser to navigate through SHOP.COM and find the exact product you want to promote.  Then open the APN Chrome Extension to get a snippet of HTML code you can copy and paste into any HTML editor.  Choose between showing the product image, text, or both.  The APN Chrome Extension makes sure your PublisherID gets credit for new customers sent to SHOP.COM!                    

Informações Básicas da Extensão

Nome APN Sidebar With nutrametrix APN Sidebar With nutrametrix
ID bdgjjcdoinommblilndakgdcgbkepode
URL Oficial https://chromewebstore.google.com/detail/apn-sidebar-with-nutramet/bdgjjcdoinommblilndakgdcgbkepode
Descrição Inject an APN sidebar on the current tab when the page action is clicked
Tamanho do Arquivo 113 KB
Contagem de Instalações 959
Versão Atual 8
Última Atualização 2022-11-05
Data de Publicação 2019-10-23
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Keith R
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "APN Sidebar With nutrametrix",
    "manifest_version": 3,
    "description": "Inject an APN sidebar on the current tab when the page action is clicked",
    "version": "8",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "default-icon.png",
        "default_title": "APN Sidebar"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.shop.com\/*",
        "https:\/\/www.shop.com\/*",
        "http:\/\/api.shop.com\/*",
        "https:\/\/api.shop.com\/*",
        "https:\/\/www.nutrametrix.com\/*",
        "http:\/\/www.nutrametrix.com\/*",
        "http:\/\/www.isotonix.com\/*",
        "https:\/\/www.isotonix.com\/*",
        "https:\/\/devapi2.shop.com\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "apn-header-1.png",
                "apn-nm-header.svg"
            ],
            "matches": [
                "https:\/\/*.shop.com\/*",
                "https:\/\/*.nutrametrix.com\/*",
                "https:\/\/*.isotonix.com\/*",
                "http:\/\/*.shop.com\/*",
                "http:\/\/*.nutrametrix.com\/*",
                "http:\/\/*.isotonix.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}