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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}