AliPriceCompare - price comparison
Find the lowest price on AliExpress
什麼是AliPriceCompare - price comparison?
AliPriceCompare - price comparison是由tooldropship開發的Chrome擴展程式,該擴展的主要功能是“Find the lowest price on AliExpress”。
擴展截圖
下載AliPriceCompare - price comparison擴展crx文件
下載AliPriceCompare - price comparison擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Looking for similar products at better prices on Aliexpress?
How to search AliPriceCompare will help you find out the provider:
Find out the cheapest provider
+ Best transit time.
+ The best supplier evaluation.
+ Save time and money.
Happy Shopping with Aliexpress! 擴展基本資訊
| 名稱 | |
| ID | niicehbadcoefddejdcmlgkbdpkbegem |
| 官方網址 | https://chromewebstore.google.com/detail/alipricecompare-price-com/niicehbadcoefddejdcmlgkbdpkbegem |
| 簡介 | Find the lowest price on AliExpress |
| 檔案大小 | 209 KB |
| 安裝次數 | 7,943 |
| 目前版本 | 1.0.12 |
| 更新時間 | 2022-02-24 |
| 上架時間 | 2019-07-10 |
| 評分 | 3.17/5 共 23 次評分 |
| 開發者 | tooldropship |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://alipricecompare.com/ |
| 說明頁面URL | http://alipricecompare.com/ |
| 隱私政策頁面URL | https://alipricecompare.com/privacy-policy-and-cookies |
| 支援的語言 | id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "[email protected]",
"background": {
"scripts": [
"js\/libs\/jquery.js",
"js\/parser.js",
"js\/background.js"
]
},
"browser_action": {
"default_title": "__MSG_extTitle__"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"css\/content.css"
],
"js": [
"js\/libs\/jquery.js",
"js\/parser.js",
"js\/content.js"
],
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.alipay.com\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_extDescr__",
"icons": {
"128": "img\/logo.png",
"16": "img\/icon16.png",
"48": "img\/icon48.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"storage",
"cookies"
],
"version": "1.0.12",
"web_accessible_resources": [
"img\/*"
]
} | |