PriceAli - AliExpress Shopping Assistant

Price monitoring on AliExpress, image scan, price drop email updates, package tracking, and images of shipped goods with feedback.

PriceAli - AliExpress Shopping Assistant란 무엇입니까?

PriceAli - AliExpress Shopping Assistant은(는) sobolevdimann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price monitoring on AliExpress, image scan, price drop email updates, package tracking, and images of shipped goods with feedback."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PriceAli - AliExpress Shopping Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Price drop email updates, package monitoring, and photographs of shipped goods with ratings are all available on AliExpress.

* This add-on is entirely risk-free.
* The bare minimum of approvals are requested.
* Logins and/or passwords are not accessed, stored, or sent.
* Payment information is not accessed, saved, or transmitted.
* No third-party trackers are mounted.
* It doesn't keep track of what you're doing in your tab.
* On AliExpress websites, it has no impact on search results.
* Any page's source code is unaffected.
* Ads are not shown.
* Our extension isn't a botnet.
* Doesn't do anything else that's illegal.

If you have any questions about our price tracker, our latest AliExpress search by photograph, or if you want additional functionality, please email us at [email protected]                    

확장 프로그램 기본 정보

이름 PriceAli - AliExpress Shopping Assistant PriceAli - AliExpress Shopping Assistant
ID gcbafooagohnlojhalehlhfemlcbgnco
공식 URL https://chromewebstore.google.com/detail/priceali-aliexpress-shopp/gcbafooagohnlojhalehlhfemlcbgnco
설명 Price monitoring on AliExpress, image scan, price drop email updates, package tracking, and images of shipped goods with feedback.
파일 크기 1.18 MB
설치 횟수 150
현재 버전 1.0.4
최근 업데이트 2021-05-24
출시 날짜 2021-05-24
평점 5.00/5 총 11 개의 평점
개발자 sobolevdimann
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dimann.com/
도움말 페이지 URL https://www.dimann.com/
개인정보 보호 정책 페이지 URL https://poqdev.com/privacity
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "poqdev",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_TOOLTIP__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/aliexpressContentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/poqdev.com",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "__MSG_EXTENSION_NAME__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "version_name": "1.0.4"
}