ListingJoy Marketplace Crosslisting
A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more
Vad är ListingJoy Marketplace Crosslisting?
ListingJoy Marketplace Crosslisting är en Chrome-tillägg utvecklad av http://listingjoy.com, och dess huvudfunktion är "A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more".
Tilläggsskärmbilder
Ladda ner ListingJoy Marketplace Crosslisting-förlängningens CRX-fil
Ladda ner ListingJoy Marketplace Crosslisting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hhcmgjflfmmcceihiimlmmcepemekkge |
Officiell webbadress | https://chrome.google.com/webstore/detail/listingjoy-marketplace-cr/hhcmgjflfmmcceihiimlmmcepemekkge |
Beskrivning | A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more |
Filstorlek | 719 KB |
Antal Installationer | 390 |
Aktuell Version | 1.0.25 |
Senast Uppdaterad | 2020-05-19 |
Publiceringsdatum | 2020-05-19 |
Betyg | 4.80/5 Totalt 5 Betyg |
Utvecklare | http://listingjoy.com |
Betalningssätt | free |
Tilläggswebbplats | https://listingjoy.com |
Hjälpsida URL | https://listingjoy.com |
Stödda Språk | 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" } |