Newegg Assistant

Newegg assistant for newegg customer

什麼是Newegg Assistant?

Newegg Assistant是由https://www.newegg.com開發的Chrome擴展程式,該擴展的主要功能是“Newegg assistant for newegg customer”。

擴展截圖

screenshot
screenshot

下載Newegg Assistant擴展crx文件

下載Newegg Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Newegg Assistant is the official extension to help you find the best deals on the latest tech – easily. 

Just type @newegg + {space} + product or keyword in the search bar to run a quick product search directly on Newegg.

Hop over to the website where you want to shop, and the Newegg Assistant will make sure you are getting the best deal from Newegg.com 

You agree to the Newegg’s Terms & Conditions available at:
Terms and Conditions: https://kb.newegg.com/knowledge-base/policy-agreement/
Privacy Policy: https://kb.newegg.com/knowledge-base/privacy-policy-newegg/                    

擴展基本資訊

名稱 Newegg Assistant Newegg Assistant
ID fdgeknolclccgmdhjhhoeacojohokdgh
官方網址 https://chromewebstore.google.com/detail/newegg-assistant/fdgeknolclccgmdhjhhoeacojohokdgh
簡介 Newegg assistant for newegg customer
檔案大小 354 KB
安裝次數 37,428
目前版本 0.2.0
更新時間 2022-08-26
上架時間 2020-08-18
評分 3.08/5 共 13 次評分
開發者 https://www.newegg.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Newegg Assistant",
    "version": "0.2.0",
    "description": "Newegg assistant for newegg customer",
    "icons": {
        "16": "resources\/images\/icons\/icon16.png",
        "48": "resources\/images\/icons\/icon48.png",
        "128": "resources\/images\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "index.js"
    },
    "action": {
        "default_icon": "resources\/images\/icons\/icon48.png",
        "default_title": "Newegg Assistant",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "omnibox": {
        "keyword": "@newegg"
    },
    "default_locale": "en_US"
}