Add eBay auction to Auction Defender
Add eBay auction to Auction Defender
Add eBay auction to Auction Defender란 무엇입니까?
Add eBay auction to Auction Defender은(는) ilko.nikolov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add eBay auction to Auction Defender"입니다.
확장 프로그램 스크린샷
Add eBay auction to Auction Defender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can add auctions to Auction Defender with the click of a button directly from Google Chome. You can even import multiple auctions from a list of search results ! You should be used Auction Defender version 3. 0. 8. 9 or more.
확장 프로그램 기본 정보
이름 | |
ID | npameidhlpkedgfjbngfddilcgoejbho |
공식 URL | https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho |
설명 | Add eBay auction to Auction Defender |
파일 크기 | 34.1 KB |
설치 횟수 | 493 |
현재 버전 | 1.0.0.3 |
최근 업데이트 | 2015-08-06 |
출시 날짜 | 2015-08-06 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | ilko.nikolov |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.auctiondefender.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add eBay auction to Auction Defender", "version": "1.0.0.3", "description": "Add eBay auction to Auction Defender", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "f-32.png", "default_title": "Add eBay auction to Auction Defender" }, "permissions": [ "nativeMessaging", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "management" ], "manifest_version": 2, "icons": { "16": "f-16.png", "24": "f-24.png", "32": "f-32.png" } } |