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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |