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 |
官方網址 | 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" } } |