AliExpress: Search similar products
The extension for AliExpress finds similar products at a better price.
Wat is AliExpress: Search similar products?
AliExpress: Search similar products is een Chrome-extensie ontwikkeld door Mikhail, en de belangrijkste functie is "The extension for AliExpress finds similar products at a better price.".
Extensie Screenshots
Download het CRX-bestand van de extensie AliExpress: Search similar products
Download AliExpress: Search similar products-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | joghfdanngcpobcbmdapcemgbjphihag |
Officiële URL | https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag |
Beschrijving | The extension for AliExpress finds similar products at a better price. |
Bestandsgrootte | 61.68 KB |
Aantal Installaties | 10,278 |
Huidige Versie | 1.4.7 |
Laatst Bijgewerkt | 2020-10-28 |
Publicatiedatum | 2019-06-28 |
Beoordeling | 4.06/5 Totaal 63 Beoordelingen |
Ontwikkelaar | Mikhail |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |