My Reseller Genie Web Extension
Connect to third party marketplaces
What is My Reseller Genie Web Extension?
My Reseller Genie Web Extension is a Chrome extension developed by https://www.myresellergenie.com, and its main feature is "Connect to third party marketplaces".
Extension Screenshots
Download My Reseller Genie Web Extension Extension CRX File
Download My Reseller Genie Web Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | My Reseller Genie Web Extension |
ID | dmlldabapacmdgndabfmihemkgegcmfc |
Official URL | https://chromewebstore.google.com/detail/my-reseller-genie-web-ext/dmlldabapacmdgndabfmihemkgegcmfc |
Description | Connect to third party marketplaces |
File Size | 25.8 KB |
Installation Count | 741 |
Current Version | 1.0.1 |
Last Updated | 2023-11-11 |
Publish Date | 2023-11-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.myresellergenie.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.myresellergenie.com/ |
Help Page URL | https://www.myresellergenie.com/contact |
Privacy Policy Page URL | https://www.myresellergenie.com/privacy-policy |
Supported Languages | 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\/*" ] } ] } |