ListingJoy Marketplace Crosslisting
A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more
ListingJoy Marketplace Crosslisting क्या है?
ListingJoy Marketplace Crosslisting http://listingjoy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ListingJoy Marketplace Crosslisting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ListingJoy lets you create and crossposting listings with all major marketplaces with the click of a button. Crosslist between eBay, Etsy, Mercari, Poshmark, and Facebook Marketplace.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hhcmgjflfmmcceihiimlmmcepemekkge |
आधिकारिक URL | https://chrome.google.com/webstore/detail/listingjoy-marketplace-cr/hhcmgjflfmmcceihiimlmmcepemekkge |
विवरण | A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more |
फ़ाइल का आकार | 719 KB |
स्थापना संख्या | 390 |
वर्तमान संस्करण | 1.0.25 |
अंतिम अपडेट | 2020-05-19 |
प्रकाशन तिथि | 2020-05-19 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | http://listingjoy.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://listingjoy.com |
सहायता पृष्ठ URL | https://listingjoy.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "ListingJoy Marketplace Crosslisting", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "icons": { "128": "img\/icon-128.png" }, "manifest_version": 2, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "cookies", "*:\/\/*.listingjoy.com\/*", "*:\/\/*.mercari.com\/*", "*:\/\/.mercari.com\/*", "*:\/\/*.poshmark.com\/*", "*:\/\/.poshmark.com\/*", "*:\/\/*.tradesy.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/.facebook.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/i.etsystatic.com\/*", "*:\/\/*.cloudfront.net\/*", "*:\/\/mercari-images.global.ssl.fastly.net\/*", "*:\/\/firebasestorage.googleapis.com\/*" ], "web_accessible_resources": [ "img\/*", "css\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/icon-128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.listingjoy.com\/*", "*:\/\/poshmark.com\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.listingjoy.com\/*" ], "js": [ "contentFrame.bundle.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "facebook.bundle.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/poshmark.com\/create-listing*", "https:\/\/poshmark.com\/edit-listing\/*", "https:\/\/poshmark.com\/closet*", "https:\/\/poshmark.com\/feed*", "https:\/\/poshmark.com\/login*" ], "js": [ "poshmark.bundle.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/poshmark.com\/closet*" ], "js": [ "poshmarkListings.bundle.js" ] }, { "matches": [ "https:\/\/www.mercari.com\/sell*", "https:\/\/www.mercari.com\/mypage*" ], "js": [ "mercari.bundle.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/*.tradesy.com\/*" ], "js": [ "tradesy.bundle.js" ], "run_at": "document_start", "all_frames": true } ], "description": "A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more", "version": "1.0.25" } |