AliExpress: Search similar products
The extension for AliExpress finds similar products at a better price.
Co to jest AliExpress: Search similar products?
AliExpress: Search similar products to rozszerzenie Chrome opracowane przez Mikhail, a jego główną funkcją jest „The extension for AliExpress finds similar products at a better price.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AliExpress: Search similar products
Pobierz pliki rozszerzeń AliExpress: Search similar products w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | joghfdanngcpobcbmdapcemgbjphihag |
Oficjalny URL | https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag |
Opis | The extension for AliExpress finds similar products at a better price. |
Rozmiar pliku | 61.68 KB |
Liczba instalacji | 10,278 |
Aktualna Wersja | 1.4.7 |
Ostatnia Aktualizacja | 2020-10-28 |
Data Publikacji | 2019-06-28 |
Ocena | 4.06/5 Łącznie 63 Oceny |
Deweloper | Mikhail |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |