ListQuick
ListQuick is catered toward providing the best results for the new era of dropshipping on Facebook
ListQuick là gì?
ListQuick là một tiện ích mở rộng Chrome được phát triển bởi ListQuick, và tính năng chính của nó là "ListQuick is catered toward providing the best results for the new era of dropshipping on Facebook".
Ả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 ListQuick
Tải xuống các tệp mở rộng ListQuick 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
ListQuick ListQuick is catered toward providing the best results for the new era of dropshipping on Facebook. With the emergence of Facebook Shops and their integration with Shopify, ListQuick is multifaceted. List your products quick to Facebook Marketplace, Shop or Shopify! ListQuicks setup and templates make it easy for you to get great results! -Ability to post on Facebook shops, marketplace and Shopify -Copy and paste address -Quickly copy review images
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ListQuick |
ID | ikmefkcmmmpnhpjbgknhgnibccddminn |
URL Chính Thức | https://chromewebstore.google.com/detail/listquick/ikmefkcmmmpnhpjbgknhgnibccddminn |
Mô tả | ListQuick is catered toward providing the best results for the new era of dropshipping on Facebook |
Kích Thước Tệp | 1.24 MB |
Số Lần Cài Đặt | 305 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2022-07-16 |
Ngày Phát Hành | 2022-06-16 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ListQuick |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://listquickco.com/ |
URL Trang Chính Sách Bảo Mật | https://listquickco.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html", "default_title": "ListQuick dropshipping EXT" }, "minimum_chrome_version": "93", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/bootstrap.css", "css\/swal.css" ], "js": [ "js\/jquery\/jquery.min.js", "js\/swal.js", "js\/ebay.js" ], "matches": [ "https:\/\/ebay.com\/*", "https:\/\/www.ebay.com\/*" ] }, { "js": [ "js\/jquery\/jquery.min.js", "js\/swal.js", "js\/addressebay.js" ], "matches": [ "https:\/\/pay.ebay.com\/*", "https:\/\/www.pay..ebay.com\/*" ] }, { "css": [ "css\/bootstrap.css" ], "exclude_matches": [ "*:\/\/*.amazon.com\/gp\/buy\/*", "*:\/\/*.amazon.com\/gp\/your-account\/order-details*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/amazon.js" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.com.au\/*", "https:\/\/www.amazon.com\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/sellercentral.amazon.com\/*", "https:\/\/rispent.quickbase.com\/*" ], "run_at": "document_start" }, { "js": [ "js\/jquery\/jquery.min.js", "js\/amazonaddress.js" ], "matches": [ "*:\/\/*.amazon.com\/gp\/buy\/*" ], "run_at": "document_start" }, { "js": [ "js\/amazonCopyaddress.js" ], "matches": [ "*:\/\/*.amazon.com\/gp\/your-account\/order-details*" ], "run_at": "document_start" }, { "js": [ "js\/jquery\/jquery.min.js", "js\/facebook.js" ], "matches": [ "*:\/\/*.facebook.com\/marketplace\/create\/item*" ], "run_at": "document_start" }, { "js": [ "js\/jquery\/jquery.min.js", "js\/copyAddressFBcommerce.js" ], "matches": [ "*:\/\/*.facebook.com\/marketplace\/you\/shipping_orders*" ], "run_at": "document_start" }, { "js": [ "js\/walmart.js" ], "matches": [ "*:\/\/*.walmart.com\/*" ], "run_at": "document_start" }, { "js": [ "js\/walmartAddress.js" ], "matches": [ "*:\/\/*.walmart.com\/cart*" ], "run_at": "document_start" }, { "js": [ "js\/jquery\/jquery.min.js", "js\/dndsim.js", "js\/facebookCatalogs.js" ], "matches": [ "*:\/\/*.business.facebook.com\/commerce\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery\/jquery.min.js", "js\/shopify.js" ], "matches": [ "*:\/\/*.myshopify.com\/admin\/products\/new" ], "run_at": "document_end" }, { "js": [ "js\/shopifyAddress.js" ], "matches": [ "*:\/\/*.myshopify.com\/admin\/orders*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "ListQuick is catered toward providing the best results for the new era of dropshipping on Facebook", "externally_connectable": { "matches": [ "https:\/\/amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/smile.amazon.com\/*" ] }, "host_permissions": [ "https:\/\/amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/sellercentral.amazon.com\/*", "http:\/\/localhost\/*", "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.2\/css\/all.min.css", "https:\/\/connect.facebook.net\/en_US\/sdk.js", "https:\/\/ebay.com\/*", "https:\/\/www.ebay.com\/*", "https:\/\/code.jquery.com\/jquery-3.6.0.min.js" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnA2oJnvXeA4EI08Fyh+5mKAPClex9clwfdoqKODAAuaOPPGkyRs1SYUNmwEHiFMLS8cyKsaVK+zbSvPS+\/aKKsPvGNuXrvmdVz+ew7\/uXW3lk2MYuHVTWXF7lwW6ardryytVTZPmwv93NLzWzxCbn72kX8c4DMsZHpXrQ9gFqTKIauIWFMKPsQynfS5nxj5s9oG2a8UqLsOLxGv5BVsM7bAkMDXXtFAriorrOgnlRWRFqes9bJEnSdJS+LZ0IFh1ByMyK8thCE71qP628rT9EYq4L3cXALW07CUM24qSCLhwARIfS37j76E8yNgdOtnygG9WxYANtxho3wwTwqjSpQIDAQAB", "manifest_version": 3, "name": "ListQuick", "permissions": [ "storage", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |