AliScout
Find the Amazon product on AliExpress
AliScout란 무엇입니까?
AliScout은(는) Tim Mak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the Amazon product on AliExpress"입니다.
확장 프로그램 스크린샷
AliScout 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Many products on Amazon are available on AliExpress for a much lower price. With this extension you can quickly find them. How to use: Simply navigate to the page of any product on Amazon, click the extension icon and the results will appear in a popup window. The quality of the search results highly depends on the type of product. Works best for products sourced in China or sold by Chinese merchants. Current version is still in beta test, so please contact the developer if you encounter any issues.
확장 프로그램 기본 정보
이름 | |
ID | jdkfkjlaacibhpcjjndhpgnfjanpnnbg |
공식 URL | https://chrome.google.com/webstore/detail/aliscout/jdkfkjlaacibhpcjjndhpgnfjanpnnbg |
설명 | Find the Amazon product on AliExpress |
파일 크기 | 78.8 KB |
설치 횟수 | 744 |
현재 버전 | 0.9 |
최근 업데이트 | 2021-02-16 |
출시 날짜 | 2021-02-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Tim Mak |
이메일 | [email protected] |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliScout", "manifest_version": 2, "version": "0.9", "description": "Find the Amazon product on AliExpress", "defaul_locale": "en", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "permissions": [ "https:\/\/timmak.pythonanywhere.com\/" ], "browser_action": { "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |