Crosslister by Flyp
Crosslist to multiple marketplaces
Crosslister by Flyp là gì?
Crosslister by Flyp là một tiện ích mở rộng Chrome được phát triển bởi https://tools.joinflyp.com, và tính năng chính của nó là "Crosslist to multiple marketplaces".
Ả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 Crosslister by Flyp
Tải xuống các tệp mở rộng Crosslister by Flyp 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
Use Flyp’s Crosslister absolutely free for 100 days! Crosslist your items across multiple marketplaces at once. Get more exposure and more sales on secondhand marketplaces like Mercari, Poshmark, Facebook Marketplace, and more. Features include: - Crosslisting to/from all marketplaces - Importing from all marketplace - Bulk delist/relist - Automatic delisting when items sell - Analytics - Orders tracking - Background remover To learn more about using the tool and the different features, head over to https://resellertools.zendesk.com/hc/en-us/categories/4405098766989-FAQs-How-To-s If you got any questions, email us at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crosslister by Flyp |
ID | kbflhgfmfbghhjafnjbgpiopcdjeajio |
URL Chính Thức | https://chromewebstore.google.com/detail/crosslister-by-flyp/kbflhgfmfbghhjafnjbgpiopcdjeajio |
Mô tả | Crosslist to multiple marketplaces |
Kích Thước Tệp | 1.48 MB |
Số Lần Cài Đặt | 40,680 |
Phiên Bản Hiện Tại | 0.0.82 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2021-07-29 |
Đánh Giá | 4.58/5 Tổng số 157 Đánh Giá |
Nhà Phát Triển | https://tools.joinflyp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tools.joinflyp.com |
URL Trang Trợ Giúp | https://resellertools.zendesk.com/hc/en-us/categories/4405098766989-FAQs-How-To-s |
URL Trang Chính Sách Bảo Mật | https://www.websitepolicies.com/policies/view/LZW56CdO |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crosslister by Flyp", "description": "Crosslist to multiple marketplaces", "version": "0.0.82", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "flypWeb.js" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/flyp-lister-web.herokuapp.com\/*", "*:\/\/flyp-tools-dev-web.herokuapp.com\/*", "*:\/\/tools.joinflyp.com\/*" ] }, { "js": [ "poshmark.js" ], "matches": [ "*:\/\/poshmark.com\/*" ] }, { "js": [ "mercari.js" ], "matches": [ "*:\/\/www.mercari.com\/*" ] }, { "js": [ "facebook.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "webRequest", "declarativeNetRequest", "cookies" ], "host_permissions": [ "*:\/\/*.poshmark.com\/*", "*:\/\/*.mercari.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/upload.facebook.com\/*", "*:\/\/flyp-lister-photos.s3-us-east-2.amazonaws.com\/*" ], "web_accessible_resources": [ { "resources": [ "poshmarkPage.js" ], "matches": [ "*:\/\/*.poshmark.com\/*" ] }, { "resources": [ "mercariPage.js" ], "matches": [ "*:\/\/www.mercari.com\/*" ] }, { "resources": [ "facebookPage.js" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/web.facebook.com\/*" ] } ], "icons": { "16": "icons\/flyp_16.png", "48": "icons\/flyp_48.png", "128": "icons\/flyp_128.png" } } |