AliExpress Dropshipping Center
A very simple extension to access the AliExpress Dropshipping Center in one click.
Cos'è AliExpress Dropshipping Center?
AliExpress Dropshipping Center è un'estensione di Chrome sviluppata da https://alixblog.com, e la sua funzione principale è "A very simple extension to access the AliExpress Dropshipping Center in one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AliExpress Dropshipping Center
Scarica i file di estensione AliExpress Dropshipping Center 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
Tired of never finding the URL of the AliExpress Dropshipping Center? Install this small but mighty extension and have a permanent shortcut to the Dropshipping Center in your browser! After installing, remember to click on the Chrome's puzzle icon (the one for Extensions) and again on the pin next to the AliExpress Dropshipping Center. This will make this extension stick to your browser bar. After that, you'll be able to reach the AliExpress Dropshipping Center in one click!
Informazioni di Base sull'Estensione
Nome | AliExpress Dropshipping Center |
ID | bcgmobplbjcjdmjnimlpafhkllfioeag |
URL Ufficiale | https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag |
Descrizione | A very simple extension to access the AliExpress Dropshipping Center in one click. |
Dimensione del File | 5.87 KB |
Conteggio Installazioni | 165 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2024-01-06 |
Data di Pubblicazione | 2023-03-27 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://alixblog.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AliExpress Dropshipping Center", "version": "1.1", "description": "A very simple extension to access the AliExpress Dropshipping Center in one click.", "action": { "default_icon": { "48": "icon.png" } }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "js": [ "background.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" } } |