AliExpress поиск!
Small but convenient button that will help you to work with AliExpress.com more effectively.
Cos'è AliExpress поиск!?
AliExpress поиск! è un'estensione di Chrome sviluppata da torreks, e la sua funzione principale è "Small but convenient button that will help you to work with AliExpress.com more effectively.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AliExpress поиск!
Scarica i file di estensione AliExpress поиск! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Удобное расширение для поиска товаров на AliExpress.com. Удобный поиск и быстрый доступ к основным разделам сайта.
Informazioni di Base sull'Estensione
Nome | AliExpress поиск! |
ID | okfhjjlgbofppaocgakgjfnfddkjaile |
URL Ufficiale | https://chromewebstore.google.com/detail/aliexpress-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA/okfhjjlgbofppaocgakgjfnfddkjaile |
Descrizione | Small but convenient button that will help you to work with AliExpress.com more effectively. |
Dimensione del File | 29.28 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-09-05 |
Data di Pubblicazione | 2015-09-05 |
Sviluppatore | torreks |
Tipo di Pagamento | free |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/Icon19.png", "default_popup": "popup.html", "default_title": "__MSG_btnTooltip__" }, "content_scripts": [], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "developer": { "name": "devunion" }, "icons": { "128": "img\/Icon128.png", "16": "img\/Icon16.png", "48": "img\/Icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "1.0.0" } |