Marketplace Buddy
Create a professional listing from a few words!
Marketplace Buddy là gì?
Marketplace Buddy là một tiện ích mở rộng Chrome được phát triển bởi Marketplace Buddy, và tính năng chính của nó là "Create a professional listing from a few words!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Marketplace Buddy
Tải xuống các tệp mở rộng Marketplace Buddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
If you're someone who frequently sells items on Facebook Marketplace, you know how important it is to craft a compelling listing that catches potential buyers' attention. However, writing an engaging and informative description for each listing can be time-consuming and challenging, especially if you have a lot of items to sell. That's where "Marketplace Buddy" comes in. This chrome extension leverages the power of ChatGPT, a state-of-the-art language model developed by OpenAI, to automatically generate descriptions for your Facebook Marketplace listings. Best of all, it is FREE to use! All you need to do is install the extension, sign in with your ChatGPT account (if you're not already signed in), and input a few words (even two words!) into the extension that describe what you're selling. From there, you can choose to generate a description that's normal, medium, or long in length. The extension will then use ChatGPT to create a custom description that highlights the key features and benefits of your item and transfer it automatically into the "description" box of Facebook Marketplace. Using Marketplace Buddy can save you a lot of time and effort when it comes to creating Facebook Marketplace listings. Instead of spending hours writing descriptions for each item, you can use the extension to generate high-quality descriptions in just a few clicks. This can help you sell your items faster and more effectively, as potential buyers will have a better understanding of what you're selling and why it's valuable. It's also worth noting that ChatGPT is a language model and is not perfect by all means, so we ask you to double check what it typed for you before submitting your post. Additionally, review what the extension transferred over into the description box, so that you are 100% sure about how you want the post to be. You can also see what it typed and then edit the post to tailor it to your specifics. In conclusion, if you're a frequent Facebook Marketplace seller looking to save time and improve the quality of your listings, Marketplace Buddy is a valuable tool that is definitely worth checking out.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Marketplace Buddy |
ID | koljgbpdfhikhfgilmenjhkmdkbhdnmi |
URL Chính Thức | https://chromewebstore.google.com/detail/marketplace-buddy/koljgbpdfhikhfgilmenjhkmdkbhdnmi |
Mô tả | Create a professional listing from a few words! |
Kích Thước Tệp | 85.9 KB |
Số Lần Cài Đặt | 138 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-02-23 |
Ngày Phát Hành | 2023-02-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Marketplace Buddy |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marketplace Buddy", "description": "Create a professional listing from a few words!", "version": "1.0.0", "manifest_version": 3, "author": { "name": "Mohsin Ali", "url": "https:\/\/github.com\/mohsinaliryk https:\/\/mohsinali.dev" }, "background": { "service_worker": "js\/sw.js" }, "action": { "default_title": "Open Marketplace Buddy" }, "icons": { "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "resources": [ "popup.html", "css\/popup.css", "icons\/logo.svg" ] } ], "host_permissions": [ "https:\/\/*.openai.com\/" ] } |