AliExpress: Search similar products
The extension for AliExpress finds similar products at a better price.
Apa itu AliExpress: Search similar products?
AliExpress: Search similar products adalah ekstensi Chrome yang dikembangkan oleh Mikhail, dan fitur utamanya adalah "The extension for AliExpress finds similar products at a better price.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AliExpress: Search similar products
Unduh file ekstensi AliExpress: Search similar products dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | joghfdanngcpobcbmdapcemgbjphihag |
URL Resmi | https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag |
Deskripsi | The extension for AliExpress finds similar products at a better price. |
Ukuran File | 61.68 KB |
Jumlah Instalasi | 10,278 |
Versi Saat Ini | 1.4.7 |
Terakhir Diperbarui | 2020-10-28 |
Tanggal Publikasi | 2019-06-28 |
Penilaian | 4.06/5 Total 63 Penilaian |
Pengembang | Mikhail |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |