AliExpress Hot Sales Button
Quick button to AliExpress.com hot sales page.
AliExpress Hot Sales Button란 무엇입니까?
AliExpress Hot Sales Button은(는) Rafael에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick button to AliExpress.com hot sales page."입니다.
확장 프로그램 스크린샷
AliExpress Hot Sales Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick button to AliExpress.com hot sales page. AliExpress is a popular online store for buying products at much cheaper prices from China.
확장 프로그램 기본 정보
이름 | AliExpress Hot Sales Button |
ID | ekhljfpgmjdmclpfakninfjimgbhabmi |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-hot-sales-butt/ekhljfpgmjdmclpfakninfjimgbhabmi |
설명 | Quick button to AliExpress.com hot sales page. |
파일 크기 | 12.81 KB |
설치 횟수 | 33 |
현재 버전 | 1.0.0.1 |
최근 업데이트 | 2022-07-11 |
출시 날짜 | 2019-06-05 |
개발자 | Rafael |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/ali-16.png", "default_title": "__MSG_title__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/ali-128.png", "16": "images\/ali-16.png", "48": "images\/ali-48.png" }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.1" } |