AliExpress Dropshipping Center
A very simple extension to access the AliExpress Dropshipping Center in one click.
Wat is AliExpress Dropshipping Center?
AliExpress Dropshipping Center is een Chrome-extensie ontwikkeld door https://alixblog.com, en de belangrijkste functie is "A very simple extension to access the AliExpress Dropshipping Center in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie AliExpress Dropshipping Center
Download AliExpress Dropshipping Center-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
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!
Basisinformatie over de Extensie
Naam | AliExpress Dropshipping Center |
ID | bcgmobplbjcjdmjnimlpafhkllfioeag |
Officiële URL | https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag |
Beschrijving | A very simple extension to access the AliExpress Dropshipping Center in one click. |
Bestandsgrootte | 5.87 KB |
Aantal Installaties | 165 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2024-01-06 |
Publicatiedatum | 2023-03-27 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://alixblog.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |