Imageify
Aliexpress Search By Image
Imageify란 무엇입니까?
Imageify은(는) Radush Lazarov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aliexpress Search By Image"입니다.
확장 프로그램 스크린샷
Imageify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Imageify is a powerful image searching extension for your browser. Its a must for every Amazon-Ebay or Aliexpress-Ebay dropshipper. Simply hover over the image you want to look for with the cursor of the mouse. Click on the Imageify button at the top right corner. Then just look through the results based on your personal requirements.
확장 프로그램 기본 정보
이름 | |
ID | gdnpkflidhidhgffbbpjijiadedepfhd |
공식 URL | https://chromewebstore.google.com/detail/imageify/gdnpkflidhidhgffbbpjijiadedepfhd |
설명 | Aliexpress Search By Image |
파일 크기 | 84.87 KB |
설치 횟수 | 86 |
현재 버전 | 2.1 |
최근 업데이트 | 2020-01-13 |
출시 날짜 | 2020-01-13 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Radush Lazarov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ItStudioPro", "background": { "persistent": true, "scripts": [ "js\/environment.js", "js\/backgroundContextMenus.js", "js\/utilityFunctions.js" ] }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Imageify" }, "description": "Aliexpress Search By Image", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png" }, "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery-3.0.0.min.js", "js\/logger.js", "js\/content_script.js" ], "run_at": "document_end" }, { "all_frames": true, "matches": [ "*:\/\/www.aliseeks.com\/*" ], "js": [ "js\/jquery-3.0.0.min.js", "js\/aliseeks.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "icons\/128.png", "icons\/38.png" ], "manifest_version": 2, "name": "Imageify", "permissions": [ "contextMenus" ], "version": "2.1" } |