WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Smart Nexus

Smart Nexus

View on Chrome Web Store
View Smart Nexus Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (122 ratings)
96 new ratings
39 views
This extension has been viewed 39 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The Smart Nexus plugin is an efficiency tool for international traders, designed to help merchants efficiently select products…
Type
Extension
Users
20,000 users
10K
smar**********************************
View author page of smar**********************************
Published
Published on December 15, 2024
Version 0.0.9
Manifest version
3
Updated
Updated on June 23, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Smart Nexus Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "zh_CN",
    "version": "0.0.9",
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "32": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        },
        "default_title": ""
    },
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "static\/js\/document_start_content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "side_panel_favorite.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "cookies",
        "sidePanel"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/icon*.png",
                "static\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top