ebay template generator
eBay listing template in few minutes
ebay template generator란 무엇입니까?
ebay template generator은(는) https://ebaygenerator.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "eBay listing template in few minutes"입니다.
확장 프로그램 스크린샷
ebay template generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
eBayGenerator is an online program, helping to create the template for your eBay store. If you have many items to sell, we can help. We deliver the easiest way of creating the template even if you have no idea which design to choose. Just simply upload the text content, add your picture links, and click on random designs until you are happy with the template, or change it manually as you wish. Our goal is to be user-friendly, intuitive and offers you the simplest and quickest way to get your template running. The program allows you to generate HTML rich content which complies 100% with eBay policies. Your changes are stored in the cache, so if you are away for a few days, your work will be kept in the browser cache for a few days. You can easily reset your cache changes by pressing clear cache button. Generate different designs by clicking random styles. You can change your template's texts, backgrounds, fonts, icons and images. You can host pictures yourself using social media such as Facebook, Pinterest, Twitter or your website.
확장 프로그램 기본 정보
이름 | |
ID | ipigkilbaonklcklekeienndlbkajpia |
공식 URL | https://chrome.google.com/webstore/detail/ebay-template-generator/ipigkilbaonklcklekeienndlbkajpia |
설명 | eBay listing template in few minutes |
파일 크기 | 74.31 KB |
설치 횟수 | 108 |
현재 버전 | 6.0 |
최근 업데이트 | 2018-12-05 |
출시 날짜 | 2018-12-05 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://ebaygenerator.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ebaygenerator.com/ |
도움말 페이지 URL | https://www.ebaygenerator.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ebay template generator", "description": "eBay listing template in few minutes", "version": "6.0", "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.ebaygenerator.com" ] } |