Convenior AliExpress Chrome Extension Tool
Price/Product Comparison: view information on Amazon products that are associated with AliExpress products
Convenior AliExpress Chrome Extension Tool란 무엇입니까?
Convenior AliExpress Chrome Extension Tool은(는) https://www.convenior.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price/Product Comparison: view information on Amazon products that are associated with AliExpress products"입니다.
확장 프로그램 스크린샷
Convenior AliExpress Chrome Extension Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We have been working for the past couple of months on a plugin with the goal to aid dropshippers in quickly locating profitable or favourable products to sell. It works with AliExpress by automatically detecting items also listed on Amazon and displaying useful information such as images and pricing. Our product is in active development, and as such, please note that there may be bugs (if you encounter one, please let us know via the feedback mechanism in the plugin). Creating an account and using the extension is free - we only ask that you please give us feedback so that we may improve it :) Also, please note that we currently only support Amazon.com, but depending on user enthusiasm, we will also consider supporting other sites. We are also considering implementing a feature in which users can manually confirm that a product is a match (or very likely to be a match) in order to improve our statistics and results. Again, we would absolutely love any feedback, so please let us know about bugs, ideas for features, enhancements, and the like.
확장 프로그램 기본 정보
이름 | |
ID | gnaekbbiiobdfhjbnoledcipllnpplpg |
공식 URL | https://chrome.google.com/webstore/detail/convenior-aliexpress-chro/gnaekbbiiobdfhjbnoledcipllnpplpg |
설명 | Price/Product Comparison: view information on Amazon products that are associated with AliExpress products |
파일 크기 | 458 KB |
설치 횟수 | 102 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2017-09-19 |
출시 날짜 | 2017-09-19 |
평점 | 2.60/5 총 5 개의 평점 |
개발자 | https://www.convenior.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.convenior.com |
개인정보 보호 정책 페이지 URL | https://convenior.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convenior AliExpress Chrome Extension Tool", "short_name": "Convenior AliExpress Product Comparison Tool", "description": "Price\/Product Comparison: view information on Amazon products that are associated with AliExpress products", "version": "0.0.9", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "css": [ "css\/convenior.css" ] } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "storage", " |