MyAuto.ge chrome extension
Transfer auction lot information
MyAuto.ge chrome extension란 무엇입니까?
MyAuto.ge chrome extension은(는) mygeadm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transfer auction lot information"입니다.
확장 프로그램 스크린샷
MyAuto.ge chrome extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Myauto.ge extension for Google Chrome allows you to easily move certain lots from auto auctions (Copart.com, iaai.com). ◦ Install the extension in the Chrome browser. ◦ Go to Copart.com. ◦ Go to vehicle details page. ◦ Right-click on the vehicle details page. ◦ Select "გადავიტანოთ myauto.ge-ზე". All information, description and photos will be transferred to the page "Myauto.ge - new ad" (authorization required). This way you can easily move the auction items in Myauto to sell them there.
확장 프로그램 기본 정보
이름 | MyAuto.ge chrome extension |
ID | fbchgpeammgabjbhbhkcbdjihpbffokh |
공식 URL | https://chromewebstore.google.com/detail/myautoge-chrome-extension/fbchgpeammgabjbhbhkcbdjihpbffokh |
설명 | Transfer auction lot information |
파일 크기 | 264 KB |
설치 횟수 | 911 |
현재 버전 | 5.3 |
최근 업데이트 | 2023-08-08 |
출시 날짜 | 2020-06-04 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | mygeadm |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.myauto.ge |
도움말 페이지 URL | http://www.myauto.ge/?action=contact |
개인정보 보호 정책 페이지 URL | https://auth.my.ge/ka/usageagreement |
지원되는 언어 | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "inc\/jquery.js", "inc\/jquery.form.js", "inc\/jquery.cookie.js", "inc\/manufacturers.js", "inc\/models.js", "inc\/changebox.js", "parsers\/beforward.jp.js", "parsers\/iaai.com.js", "parsers\/copart.com.js", "parsers\/copart.de.js", "parsers\/cars.com.js", "parsers\/mobile.de.js", "parsers\/manheim.com.js", "parsers\/manheim.com.au.js" ], "matches": [ "*:\/\/*.myauto.ge\/*", "*:\/\/*.beforward.jp\/*", "*:\/\/*.iaai.com\/*", "*:\/\/*.copart.com\/*", "*:\/\/*.copart.de\/*", "*:\/\/*.cars.com\/*", "*:\/\/*.mobile.de\/*", "*:\/\/*.manheim.com\/*", "*:\/\/*.manheim.com.au\/*" ], "run_at": "document_end" }, { "js": [ "to_myauto.js" ], "matches": [ "*:\/\/*.myauto.ge\/*", "*:\/\/*.localhost\/*" ], "run_at": "document_end" } ], "description": "Transfer auction lot information", "icons": { "16": "img\/16.png" }, "manifest_version": 3, "name": "MyAuto.ge chrome extension", "short_name": "MyAuto.ge", "host_permissions": [ "*:\/\/*.google.com\/", "*:\/\/*.myauto.ge\/", "*:\/\/*.beforward.jp\/", "*:\/\/*.iaai.com\/*", "*:\/\/copart.com\/", "*:\/\/copart.de\/", "*:\/\/*.cars.com\/", "*:\/\/*.mobile.de\/", "https:\/\/images.cdn.manheim.com\/*", "https:\/\/img.manheim.com.au\/*", "https:\/\/*.manheim.com.au\/*", "*:\/\/mmsci.manheim.com\/*", "*:\/\/*.copartimages.com\/*" ], "permissions": [ "tabs", "contextMenus", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.3" } |