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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}