My Reseller Genie Web Extension
Connect to third party marketplaces
什么是My Reseller Genie Web Extension?
My Reseller Genie Web Extension是由https://www.myresellergenie.com开发的Chrome扩展程序,该扩展的主要功能是“Connect to third party marketplaces”。
扩展截图
下载My Reseller Genie Web Extension扩展crx文件
下载My Reseller Genie Web Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
My Reseller Genie is the accounting and analytics solution for resellers. Add unlimited platforms to track all your inventory and sales in one location, manage business expenses in real time, analyze your sales trends, and so much more. All your numbers in one place. Be ready for tax time. Grow your business. This extension allows My Reseller Genie to access and communicate with your marketplaces to enhance your bookkeeping automation. If you don't already subscribe to My Reseller Genie, check us out at www.myresellergenie.com.
扩展基本信息
名称 | My Reseller Genie Web Extension |
ID | dmlldabapacmdgndabfmihemkgegcmfc |
官方URL | https://chromewebstore.google.com/detail/my-reseller-genie-web-ext/dmlldabapacmdgndabfmihemkgegcmfc |
简介 | Connect to third party marketplaces |
文件大小 | 25.8 KB |
安装次数 | 741 |
当前版本 | 1.0.1 |
更新时间 | 2023-11-11 |
上架时间 | 2023-11-10 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.myresellergenie.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.myresellergenie.com/ |
帮助页面URL | https://www.myresellergenie.com/contact |
隐私政策页面URL | https://www.myresellergenie.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Reseller Genie Web Extension", "description": "Connect to third party marketplaces", "manifest_version": 3, "permissions": [ "cookies" ], "version": "1.0.1", "host_permissions": [ "*:\/\/*.poshmark.com\/*", "*:\/\/*.myresellergenie.club\/*", "*:\/\/my-reseller-genie-dev.herokuapp.com\/*", "*:\/\/localhost\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.myresellergenie.club\/*", "*:\/\/my-reseller-genie-dev.herokuapp.com\/*", "*:\/\/localhost\/*" ] }, "icons": { "16": "icons\/mrg-16.png", "32": "icons\/mrg-32.png", "48": "icons\/mrg-48.png", "128": "icons\/mrg-128.png" }, "background": { "service_worker": "dist\/service_worker.js" }, "content_scripts": [ { "js": [ "dist\/content_script.js" ], "matches": [ "*:\/\/*.myresellergenie.club\/*", "*:\/\/my-reseller-genie-dev.herokuapp.com\/*", "*:\/\/localhost\/*" ] } ] } |