AliExpress: Search similar products
The extension for AliExpress finds similar products at a better price.
AliExpress: Search similar productsとは何ですか?
AliExpress: Search similar productsはMikhailによって開発されたChromeの拡張機能で、その主な機能は「The extension for AliExpress finds similar products at a better price.」です。
拡張機能のスクリーンショット
AliExpress: Search similar products拡張機能のCRXファイルをダウンロード
AliExpress: Search similar products拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price. 拡張機能の基本情報
| 名前 | |
| ID | joghfdanngcpobcbmdapcemgbjphihag |
| 公式URL | https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag |
| 説明 | The extension for AliExpress finds similar products at a better price. |
| ファイルサイズ | 61.68 KB |
| インストール数 | 10,278 |
| 現在のバージョン | 1.4.7 |
| 最終更新日 | 2020-10-28 |
| 公開日 | 2019-06-28 |
| 評価 | 4.06/5 合計 63 レビュー |
| 開発者 | Mikhail |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.4.7",
"description": "__MSG_description__",
"icons": {
"128": "img\/128.png",
"64": "img\/64.png"
},
"default_locale": "en",
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"web_accessible_resources": [
"img\/*.png"
],
"browser_action": {
"default_title": " ",
"default_icon": "img\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"run_at": "document_idle",
"css": [
"css\/content.css"
],
"js": [
"js\/jquery-1.12.1.min.js",
"js\/content.js"
]
}
],
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"cookies",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
]
} | |