Shop Assistant

Shop Assistant adds new shopping offers to your search engine

Shop Assistant क्या है?

Shop Assistant Shop Assistant द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop Assistant adds new shopping offers to your search engine"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Shop Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ★ Shop Assistant is here to save your money! ★

Are you looking for a new mobile phone? For the brand new sneakers?
Whatever you wish to buy, just search it on your preferred search engine, Shop Assistant will show you the top products available at the best price you can find online (of course if there is any product available)

Shop Assistant Extension works on:
⚡ Google
⚡ Bing
⚡ Yahoo

Privacy policy: https://shopp-assistant.xyz/privacy
EULA: https://shopp-assistant.xyz/eula                    

एक्सटेंशन की मूल जानकारी

नाम Shop Assistant Shop Assistant
ID dhejanhdgniddchmpmlbincglfhihipj
आधिकारिक URL https://chromewebstore.google.com/detail/shop-assistant/dhejanhdgniddchmpmlbincglfhihipj
विवरण Shop Assistant adds new shopping offers to your search engine
फ़ाइल का आकार 15.95 KB
स्थापना संख्या 2,316
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-12-06
प्रकाशन तिथि 2020-07-11
डेवलपर Shop Assistant
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://shopp-assistant.xyz/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "sr.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Shop Assistant"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "products.js"
            ],
            "matches": [
                "https:\/\/www.bing.com\/search*",
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.at\/search*",
                "https:\/\/www.google.be\/search*",
                "https:\/\/www.google.ca\/search*",
                "https:\/\/www.google.ch\/search*",
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.dk\/search*",
                "https:\/\/www.google.es\/search*",
                "https:\/\/www.google.fi\/search*",
                "https:\/\/www.google.fr\/search*",
                "https:\/\/www.google.it\/search*",
                "https:\/\/www.google.se\/search*",
                "https:\/\/www.google.nl\/search*",
                "https:\/\/www.google.no\/search*",
                "https:\/\/www.google.cl\/search*",
                "https:\/\/www.google.ie\/search*",
                "https:\/\/www.google.co.in\/search*",
                "https:\/\/www.google.com.ph\/search*",
                "https:\/\/www.google.com.my\/search*",
                "https:\/\/www.google.com.id\/search*",
                "https:\/\/www.google.com.pe\/search*",
                "https:\/\/www.google.com.tw\/search*",
                "https:\/\/www.google.com.sg\/search*",
                "https:\/\/www.google.com.co\/search*",
                "https:\/\/www.google.com.ar\/search*",
                "https:\/\/www.google.com.hk\/search*",
                "https:\/\/www.google.com.mx\/search*",
                "https:\/\/www.google.co.ve\/search*",
                "https:\/\/www.google.com.au\/search*",
                "https:\/\/www.google.com.br\/search*",
                "https:\/\/www.google.com.th\/search*",
                "https:\/\/www.google.com.vn\/search*",
                "https:\/\/www.google.co.uk\/search*",
                "https:\/\/www.google.co.nz\/search*",
                "https:\/\/*.search.yahoo.com\/search*",
                "https:\/\/search.yahoo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Shop Assistant adds new shopping offers to your search engine",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Shop Assistant",
    "externally_connectable": {
        "matches": [
            "https:\/\/shopp-assistant.xyz\/*"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.3"
}