Ebay Template Generator
Helps create responsive template for Ebay Listings
What is Ebay Template Generator?
Ebay Template Generator is a Chrome extension developed by Noor By Design, and its main feature is "Helps create responsive template for Ebay Listings".
Extension Screenshots
Download Ebay Template Generator Extension CRX File
Download Ebay Template Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Create responsive listing templates for Ebay
Extension Basic Information
Name | Ebay Template Generator |
ID | cgfjnblblgekibambfbhnfhmcahlfolh |
Official URL | https://chromewebstore.google.com/detail/ebay-template-generator/cgfjnblblgekibambfbhnfhmcahlfolh |
Description | Helps create responsive template for Ebay Listings |
File Size | 1.31 MB |
Installation Count | 69 |
Current Version | 1.2 |
Last Updated | 2019-10-06 |
Publish Date | 2019-10-06 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Noor By Design |
[email protected] | |
Payment Type | free |
Extension Website | http://tnoor.co |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ebay Template Generator", "description": "Helps create responsive template for Ebay Listings", "version": "1.2", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "home.html", "default_title": "Ebay Template Generator" }, "permissions": [ "storage", "https:\/\/ebaytempalategenapp.azurewebsites.net\/*", "https:\/\/*.cloudinary.com\/*" ], "icons": { "16": "images\/icon16.png", "18": "images\/icon18.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "60": "images\/icon60.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } } |