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開發的Chrome擴展程式,該擴展的主要功能是“A crosslisting tool to help resellers list items on eBay, Etsy, Poshmark, Mercari, Facebook Marketplace and more”。
擴展截圖
下載ListingJoy Marketplace Crosslisting擴展crx文件
下載ListingJoy Marketplace Crosslisting擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |