Aiveera Online Shopping Assistant

Aiveera 1-Click Price Comparison

什麼是Aiveera Online Shopping Assistant?

Aiveera Online Shopping Assistant是由https://aiveera.com開發的Chrome擴展程式,該擴展的主要功能是“Aiveera 1-Click Price Comparison”。

擴展截圖

screenshot
screenshot
screenshot

下載Aiveera Online Shopping Assistant擴展crx文件

下載Aiveera Online Shopping Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}