Newegg Assistant

Newegg assistant for newegg customer

Newegg Assistantคืออะไร?

Newegg Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.newegg.com และคุณลักษณะหลักของมันคือ "Newegg assistant for newegg customer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Newegg Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}