APN Sidebar With nutrametrix

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

Τι είναι το APN Sidebar With nutrametrix;

Το APN Sidebar With nutrametrix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Keith R, και η κύρια λειτουργία του είναι "Inject an APN sidebar on the current tab when the page action is clicked".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης APN Sidebar With nutrametrix

Λήψη αρχείων επέκτασης APN Sidebar With nutrametrix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα APN Sidebar With nutrametrix APN Sidebar With nutrametrix
ID bdgjjcdoinommblilndakgdcgbkepode
Επίσημο URL https://chromewebstore.google.com/detail/apn-sidebar-with-nutramet/bdgjjcdoinommblilndakgdcgbkepode
Περιγραφή Inject an APN sidebar on the current tab when the page action is clicked
Μέγεθος Αρχείου 113 KB
Αριθμός Εγκαταστάσεων 959
Τρέχουσα Έκδοση 8
Τελευταία Ενημέρωση 2022-11-05
Ημερομηνία Δημοσίευσης 2019-10-23
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Keith R
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}