Sheerba
Get information from Etsy and Poshmark, fast!
Sheerba là gì?
Sheerba là một tiện ích mở rộng Chrome được phát triển bởi https://sheerba.com, và tính năng chính của nó là "Get information from Etsy and Poshmark, fast!".
Ả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 Sheerba
Tải xuống các tệp mở rộng Sheerba 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
Works on Etsy and Poshmark! Product research was never easier or more effective. Gain valuable information on listings you can't find anywhere else which will improve your ability to make a listing that interested people will find. ❤️ Now supports Poshmark -- Gather high-level insights Be able to gather information from Poshmark searches at the click of a finger. ❤️ No need to leave Etsy, either -- The insights will be right there Keep browsing but now see additional information not available on the website like a listing's tags and number of views. ❤️ Even more information like Sales and Revenue on Etsy Sheerba has crafted machine learning algorithms to estimate sales and revenue -- information found nowhere else. Now you'll know with certainty which items are selling. ❤️ See the Trend for Etsy searches, not Just the Item Now see Google Trend information on every search as well as a 12 month forecast so you can see the big picture. You don't need to guess anymore about whether an item might be popular in a few month's time. ❤️ Only Spend Time Looking at the Best Rather than looking at each result individually, compare tons of data to determine which is the winning product, and sort the best items to the top. ❤️ Save Hours and Hours of your time This will become very clear the first time you use it. There's no faster way to research than with Sheerba. ❤️ Get all the Tags Easily collect all the tags used in the results with one click to build up your outreach, helping ensure you reach as many potential customers as possible. ❤️ Download all the Research Saving your research is also super easy. Learn more at www.sheerba.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sheerba |
ID | effgadpnajejiggfiimjjnkhaggcgdfb |
URL Chính Thức | https://chromewebstore.google.com/detail/sheerba/effgadpnajejiggfiimjjnkhaggcgdfb |
Mô tả | Get information from Etsy and Poshmark, fast! |
Kích Thước Tệp | 14.81 MB |
Số Lần Cài Đặt | 245 |
Phiên Bản Hiện Tại | 3.13.5 |
Cập Nhật Lần Cuối | 2023-09-16 |
Ngày Phát Hành | 2020-06-28 |
Đánh Giá | 2.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://sheerba.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.sheerba.com |
URL Trang Trợ Giúp | https://www.sheerba.com/FAQ |
URL Trang Chính Sách Bảo Mật | https://www.sheerba.com/Privacy-Policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sheerba", "description": "Get information from Etsy and Poshmark, fast!", "version": "3.13.5", "homepage_url": "https:\/\/sheerba.com", "icons": { "16": "Resources\/icon16.png", "48": "Resources\/icon48.png", "128": "Resources\/icon128.png" }, "browser_action": { "default_title": "Sheerba - Etsy\/Poshmark shiba-detective" }, "background": { "scripts": [ "background.js", "SetIconBackground.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.etsy.com\/*", "https:\/\/poshmark.com\/*" ], "all_frames": true, "js": [ ".\/jquery.js", ".\/content.js", ".\/SetIcon.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "tabs", "identity", "*:\/\/*.etsy.com\/*", "*:\/\/poshmark.com\/*", "*sheerba.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3 https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "web_accessible_resources": [ "Scripts\/Deprecated_EtsyDetailPageParser.js", "Scripts\/DisplayObjectFactory.js", "Scripts\/EtsyMainPageParser.js", "Scripts\/EtsyDataParsingService.js", "Scripts\/main.js", "index.html", "\/static\/*", "Resources\/*.png", "Resources\/*.gif" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhapeC\/CAf9gImO9hXL6eogZrxKBRpY9VlLa58hZMZczfCHgICZddu3ZL8UkSeAdrcFeBOSnTqRurdmSUFl3wg+EBZvxJ2cJ3BiOhVx2EXR\/3WXn0UUsXGsSbXFsnnzWs8U3u\/5G9O33TJ59QDPZcuPFdKzzH+ljQsjRYTDhH5A0Ghb\/X8eKvvnAzlOZ\/FIwyIL1I7rZwIvl2DOJ4EwrClYBPVZJ2biQneEhXTLXyL71SmTlWSIth6RzE5L5AxPzQDMNJ\/a16XPxxU4rfTfFOqzkgYo5Qt3VDW9H162u6PnXOaFcn81+VQRErwVe+UHsOZ18\/N1zWTSlaK+ZcG+enuwIDAQAB", "oauth2": { "client_id": "61230455825-6gnmge60n6b1ns1eb5j8a1n0sk13107c.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |