Aiveera Online Shopping Assistant

Aiveera 1-Click Price Comparison

Aiveera Online Shopping Assistant क्या है?

Aiveera Online Shopping Assistant https://aiveera.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aiveera 1-Click Price Comparison"।

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

screenshot
screenshot
screenshot

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

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

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

                        Search by image. Click on any image to find similar items at cheaper prices.
Search for products at Aliexpress, Amazon, eBay, and CJDropshipping. 

In one click Aiveera will find exact or similar items, compare all suppliers from various shops and show the best prices available.

Aiveera lets you find desired products faster and at much cheaper prices in one easy click.

Aiveera.com                    

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

नाम Aiveera Online Shopping Assistant Aiveera Online Shopping Assistant
ID hkifaniplmigcbkcppibejobhicmkjhf
आधिकारिक URL https://chromewebstore.google.com/detail/aiveera-online-shopping-a/hkifaniplmigcbkcppibejobhicmkjhf
विवरण Aiveera 1-Click Price Comparison
फ़ाइल का आकार 596 KB
स्थापना संख्या 10,623
वर्तमान संस्करण 1.9.7
अंतिम अपडेट 2021-12-03
प्रकाशन तिथि 2020-04-24
रेटिंग 3.77/5 कुल 35 रेटिंग्स
डेवलपर https://aiveera.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,en-GB,en-US,fr,nl,es,es-419,it,lv,lt,pl,pt-BR,pt-PT,ro,cs,ru,uk
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_appname__",
    "version": "1.9.7",
    "description": "__MSG_appdesc__",
    "homepage_url": "https:\/\/aiveera.com\/",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appdesc__",
        "default_icon": "img\/16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery-3.2.1.min.js",
            "js\/utils.js",
            "js\/background\/login.js",
            "js\/background\/management.js",
            "js\/background\/background.js",
            "js\/background\/tracker.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/libs\/logger.js",
                "js\/utils.js",
                "js\/inject\/content.js",
                "js\/inject\/management.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "contextMenus",
        "webRequest",
        "tabs",
        "webRequestBlocking",
        "storage",
        "alarms",
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/*.png"
    ]
}