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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sobolevdimann และคุณลักษณะหลักของมันคือ "Price monitoring on AliExpress, image scan, price drop email updates, package tracking, and images of shipped goods with feedback."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PriceAli - AliExpress Shopping Assistant

ดาวน์โหลดไฟล์ส่วนขยาย PriceAli - AliExpress Shopping Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}