Crosslister by Flyp
Crosslist to multiple marketplaces
Crosslister by Flyp क्या है?
Crosslister by Flyp https://tools.joinflyp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crosslist to multiple marketplaces"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crosslister by Flyp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]
एक्सटेंशन की मूल जानकारी
नाम | Crosslister by Flyp |
ID | kbflhgfmfbghhjafnjbgpiopcdjeajio |
आधिकारिक URL | https://chromewebstore.google.com/detail/crosslister-by-flyp/kbflhgfmfbghhjafnjbgpiopcdjeajio |
विवरण | Crosslist to multiple marketplaces |
फ़ाइल का आकार | 1.48 MB |
स्थापना संख्या | 40,680 |
वर्तमान संस्करण | 0.0.82 |
अंतिम अपडेट | 2024-02-29 |
प्रकाशन तिथि | 2021-07-29 |
रेटिंग | 4.58/5 कुल 157 रेटिंग्स |
डेवलपर | https://tools.joinflyp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tools.joinflyp.com |
सहायता पृष्ठ URL | https://resellertools.zendesk.com/hc/en-us/categories/4405098766989-FAQs-How-To-s |
गोपनीयता नीति पृष्ठ URL | https://www.websitepolicies.com/policies/view/LZW56CdO |
समर्थित भाषाएँ | 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" } } |