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
公式URL 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
Eメール [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"
}