Newegg Assistant

Newegg assistant for newegg customer

Newegg Assistant क्या है?

Newegg Assistant https://www.newegg.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Newegg assistant for newegg customer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Newegg Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}