APN Sidebar With nutrametrix

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

APN Sidebar With nutrametrix là gì?

APN Sidebar With nutrametrix là một tiện ích mở rộng Chrome được phát triển bởi Keith R, và tính năng chính của nó là "Inject an APN sidebar on the current tab when the page action is clicked".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng APN Sidebar With nutrametrix

Tải xuống các tệp mở rộng APN Sidebar With nutrametrix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên APN Sidebar With nutrametrix APN Sidebar With nutrametrix
ID bdgjjcdoinommblilndakgdcgbkepode
URL Chính Thức https://chromewebstore.google.com/detail/apn-sidebar-with-nutramet/bdgjjcdoinommblilndakgdcgbkepode
Mô tả Inject an APN sidebar on the current tab when the page action is clicked
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 959
Phiên Bản Hiện Tại 8
Cập Nhật Lần Cuối 2022-11-05
Ngày Phát Hành 2019-10-23
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Keith R
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}