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 |
| 公式URL | 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 |
| Eメール | [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\/*"
]
} | |