Scarcity Manager eBay Dropshipping Software
Scarcity Manager eBay Non-API Automatic Supplier Inventory Checking Software, Dropshipping, Repricing, Repricer
什么是Scarcity Manager eBay Dropshipping Software?
Scarcity Manager eBay Dropshipping Software是由https://scarcitymanager.com开发的Chrome扩展程序,该扩展的主要功能是“Scarcity Manager eBay Non-API Automatic Supplier Inventory Checking Software, Dropshipping, Repricing, Repricer”。
扩展截图
下载Scarcity Manager eBay Dropshipping Software扩展crx文件
下载Scarcity Manager eBay Dropshipping Software扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scarcity Manager eBay Non-API Automatic Supplier Inventory Checking Software. Scarcity Manager (SM) automatically checks your suppliers inventory and if your supplier runs out of stock, SM automatically makes your eBay listing(s) show zero available. SM also automatically adds more inventory to your eBay listing(s) when SM detects your supplier has more stock so you can be one of the first on eBay have stock available. Other SM features include: eBay repricer Scarcity feature eBay product research eBay Niche research Dropshipping SM Also works with Amazon and Shopify.
扩展基本信息
名称 | Scarcity Manager eBay Dropshipping Software |
ID | hkimcjabackioijglpjpekplkoiflimi |
官方URL | https://chromewebstore.google.com/detail/scarcity-manager-ebay-dro/hkimcjabackioijglpjpekplkoiflimi |
简介 | Scarcity Manager eBay Non-API Automatic Supplier Inventory Checking Software, Dropshipping, Repricing, Repricer |
文件大小 | 165 KB |
安装次数 | 57 |
当前版本 | 0.2 |
更新时间 | 2022-09-17 |
上架时间 | 2022-08-11 |
开发者 | https://scarcitymanager.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.scarcitymanager.com |
帮助页面URL | https://www.scarcitymanager.com/contact.php |
隐私政策页面URL | https://www.scarcitymanager.com/Terms&Conditions.php |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Scarcity Manager" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/" ], "js": [ "library\/js\/jquery-3.6.0.min.js", "scripts\/content.js" ] } ], "description": "Scarcity Manager eBay Non-API Automatic Supplier Inventory Checking Software, Dropshipping, Repricing, Repricer", "manifest_version": 3, "icons": { "16": "library\/icon\/16.png", "32": "library\/icon\/32.png", "48": "library\/icon\/48.png", "128": "library\/icon\/128.png" }, "name": "Scarcity Manager eBay Dropshipping Software", "permissions": [ "activeTab", "alarms", "tabs", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/pages.ebay.com.au\/*", "http:\/\/pages.ebay.com.au\/*", "https:\/\/bulksell.ebay.com.au\/*", "http:\/\/bulksell.ebay.com.au\/*", "http:\/\/www.ebay.com.au\/signin\/*", "https:\/\/www.ebay.com.au\/signin\/*", "https:\/\/signin.ebay.com.au\/*", "http:\/\/signin.ebay.com.au\/*", "https:\/\/www.ebay.com.au\/*", "https:\/\/www.scarcitymanager.com\/*", "https:\/\/www.google.com\/*" ], "version": "0.2" } |