APN Sidebar With nutrametrix

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

Was ist APN Sidebar With nutrametrix?

APN Sidebar With nutrametrix ist eine Chrome-Erweiterung, die von Keith R entwickelt wurde, und ihr Hauptmerkmal ist "Inject an APN sidebar on the current tab when the page action is clicked".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

APN Sidebar With nutrametrix-Erweiterungs-CRX-Datei herunterladen

Laden Sie APN Sidebar With nutrametrix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name APN Sidebar With nutrametrix APN Sidebar With nutrametrix
ID bdgjjcdoinommblilndakgdcgbkepode
Offizielle URL https://chromewebstore.google.com/detail/apn-sidebar-with-nutramet/bdgjjcdoinommblilndakgdcgbkepode
Beschreibung Inject an APN sidebar on the current tab when the page action is clicked
Dateigröße 113 KB
Installationsanzahl 959
Aktuelle Version 8
Letztes Update 2022-11-05
Veröffentlichungsdatum 2019-10-23
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Keith R
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}