APN Sidebar With nutrametrix

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

Cos'è APN Sidebar With nutrametrix?

APN Sidebar With nutrametrix è un'estensione di Chrome sviluppata da Keith R, e la sua funzione principale è "Inject an APN sidebar on the current tab when the page action is clicked".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione APN Sidebar With nutrametrix

Scarica i file di estensione APN Sidebar With nutrametrix 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

                        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!                    

Informazioni di Base sull'Estensione

Nome APN Sidebar With nutrametrix APN Sidebar With nutrametrix
ID bdgjjcdoinommblilndakgdcgbkepode
URL Ufficiale https://chromewebstore.google.com/detail/apn-sidebar-with-nutramet/bdgjjcdoinommblilndakgdcgbkepode
Descrizione Inject an APN sidebar on the current tab when the page action is clicked
Dimensione del File 113 KB
Conteggio Installazioni 959
Versione Corrente 8
Ultimo Aggiornamento 2022-11-05
Data di Pubblicazione 2019-10-23
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Keith R
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}