AliExpress Dropshipping Center
A very simple extension to access the AliExpress Dropshipping Center in one click.
什么是AliExpress Dropshipping Center?
AliExpress Dropshipping Center是由https://alixblog.com开发的Chrome扩展程序,该扩展的主要功能是“A very simple extension to access the AliExpress Dropshipping Center in one click.”。
扩展截图
下载AliExpress Dropshipping Center扩展crx文件
下载AliExpress Dropshipping Center扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | AliExpress Dropshipping Center |
ID | bcgmobplbjcjdmjnimlpafhkllfioeag |
官方URL | https://chromewebstore.google.com/detail/aliexpress-dropshipping-c/bcgmobplbjcjdmjnimlpafhkllfioeag |
简介 | A very simple extension to access the AliExpress Dropshipping Center in one click. |
文件大小 | 5.87 KB |
安装次数 | 165 |
当前版本 | 1.1 |
更新时间 | 2024-01-06 |
上架时间 | 2023-03-27 |
评分 | 4.00/5 共2次评分 |
开发者 | https://alixblog.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |