MySYS Extension

MySYS is one of the Amazon Product Research tool for Online Arbitrage, Retail Arbitrage, Private Label or wholesale Amazon sellers.

MySYS Extension क्या है?

MySYS Extension ext.mysys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MySYS is one of the Amazon Product Research tool for Online Arbitrage, Retail Arbitrage, Private Label or wholesale Amazon sellers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MySYS Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        MySYS, Amazon product search tool is used by Amazon Sellers to find products both for FBA or FBM.
Mysys is one of the Amazon Product Research tool for Online Arbitrage, Retail Arbitrage, Private Label or wholesale Amazon sellers.
You can calculate, analyze & visualize valuable product data all in one screen.
• FBA or FBM profit calculator.
• FBA & FBM Amazon referral, fulfillment, storage fee viewer & custom costs
• Amazon seller stocks of any offer
• Sales estimations and sales rank data
• Get valuable information right on the amazon search page such as sales estimations, rank and access to the profit calculator
Start with a FREE trial (no credit card required).
Join with us, we will be very happy to see you!
Visit www.mysys.com for details or contact with us: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम MySYS Extension MySYS Extension
ID nbmfapfbpjldiibbmjhanmmjpepgkoei
आधिकारिक URL https://chromewebstore.google.com/detail/mysys-extension/nbmfapfbpjldiibbmjhanmmjpepgkoei
विवरण MySYS is one of the Amazon Product Research tool for Online Arbitrage, Retail Arbitrage, Private Label or wholesale Amazon sellers.
फ़ाइल का आकार 1.23 MB
स्थापना संख्या 2,830
वर्तमान संस्करण 2.5.6
अंतिम अपडेट 2024-01-23
प्रकाशन तिथि 2021-02-02
रेटिंग 4.71/5 कुल 14 रेटिंग्स
डेवलपर ext.mysys
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.mysys.com/en/
सहायता पृष्ठ URL https://www.mysys.com/en/chrome-extension/
गोपनीयता नीति पृष्ठ URL https://mysys.com/en/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MySYS Extension",
    "version": "2.5.6",
    "description": "MySYS is one of the Amazon Product Research tool for Online Arbitrage, Retail Arbitrage, Private Label or wholesale Amazon sellers.",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/libs\/jquery-3.5.1.min.js",
                "js\/libs\/popper.min.js",
                "js\/libs\/bootstrap.min.js",
                "js\/libs\/aggrid-community.min.js",
                "js\/libs\/xlsx.full.min.js",
                "js\/libs\/filesaver.js",
                "js\/libs\/ms-popover.js",
                "js\/icons.js",
                "js\/common.js",
                "js\/auth.js",
                "js\/langs.js",
                "js\/exporter.js",
                "js\/toast.js",
                "js\/contenthtml.js",
                "js\/quickview.js",
                "js\/order.js",
                "js\/crw\/crwcommon.js",
                "js\/tabs\/calculator.js",
                "js\/tabs\/stockChecker.js",
                "js\/tabs\/settings.js",
                "js\/tabs\/marketplaces.js",
                "js\/tabs\/wishlist.js",
                "js\/tabs\/variations.js",
                "js\/tabs\/contact.js",
                "js\/errorHandler.js",
                "js\/markets\/arbcommon.js",
                "js\/markets\/arbmodal.js",
                "js\/markets\/quickanalysis.js",
                "js\/markets\/oneproductQA.js",
                "js\/markets\/hepsiburada.js",
                "js\/markets\/trendyol.js",
                "js\/markets\/n11.js",
                "js\/markets\/boyner.js",
                "js\/markets\/morhipo.js",
                "js\/markets\/ebay.js",
                "js\/markets\/amazon.js",
                "js\/markets\/samsclub.js",
                "js\/markets\/qogita.js",
                "js\/asinfinder.js",
                "js\/contentpopovers.js",
                "js\/toppanel.js",
                "js\/searchOnPanel.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/ag-grid.css",
                "css\/ag-theme-balham.css",
                "css\/content.css",
                "css\/tooltip.css"
            ]
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icons\/icon16.png",
            "48": "images\/icons\/icon48.png",
            "96": "images\/icons\/icon96.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "96": "images\/icons\/icon96.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "js\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}