inventorify

Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…

Was ist inventorify?

inventorify ist eine Chrome-Erweiterung, die von https://inventorify.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…".

Erweiterungsscreenshots

screenshot

inventorify-Erweiterungs-CRX-Datei herunterladen

Laden Sie inventorify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping business on automation. Compatible with the biggest wholesalers and eCommerce platforms: Aliexpress, Amazon, eBay, Walmart, Etsy & More.                    

Grundlegende Informationen zur Erweiterung

Name inventorify inventorify
ID igpbjpbnbecobnckbbodjgakbpblhpja
Offizielle URL https://chrome.google.com/webstore/detail/inventorify/igpbjpbnbecobnckbbodjgakbpblhpja
Beschreibung Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…
Dateigröße 908 KB
Installationsanzahl 85
Aktuelle Version 1.7.1
Letztes Update 2019-04-25
Veröffentlichungsdatum 2019-04-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://inventorify.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://inventorify.com
Hilfeseite URL https://www.inventorify.com/help-center/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "inventorify",
    "version": "1.7.1",
    "icons": {
        "16": "libs\/icons\/favicon.ico",
        "48": "libs\/icons\/favicon.ico",
        "128": "libs\/icons\/favicon.ico",
        "129": "libs\/icons\/favicon.ico"
    },
    "web_accessible_resources": [
        "libs\/icons\/loader.gif",
        "libs\/icons\/favicon.ico",
        "libs\/icons\/logo-text.png",
        "libs\/icons\/inventorify.png",
        "libs\/icons\/login.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.app.importify.net\/dashboard\/products",
                "*:\/\/*.app.importify.net\/dashboard\/products\/",
                "*:\/\/*.app.importify.net\/dashboard\/products\/index",
                "*:\/\/*.app.importify.net\/dashboard\/products\/index?*",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products\/",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products\/index",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products\/index?*",
                "*:\/\/*.app.expressfy.com\/dashboard\/products",
                "*:\/\/*.app.expressfy.com\/dashboard\/products\/",
                "*:\/\/*.app.expressfy.com\/dashboard\/products\/index",
                "*:\/\/*.app.expressfy.com\/dashboard\/products\/index?*",
                "*:\/\/*.app.dropified.com\/product",
                "*:\/\/*.app.dropified.com\/product\/",
                "*:\/\/*.app.dropified.com\/product?*",
                "*:\/\/*.app.inventorify.com\/tracking-new\/index?shopifyid=*",
                "*:\/\/*\/admin\/products\/*",
                "*:\/\/*\/admin\/products",
                "*:\/\/*\/admin\/products?*",
                "*:\/\/*\/admin\/*"
            ],
            "js": [
                "libs\/js\/jquery\/jquery-3.2.1.min.js",
                "libs\/js\/jquery\/jquery-3.2.1.js",
                "libs\/js\/functions.js",
                "libs\/js\/content.js",
                "libs\/js\/inventorify.js"
            ],
            "css": [
                "libs\/css\/content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "libs\/js\/jquery\/jquery-3.2.1.min.js",
            "libs\/js\/jquery\/bootstrap.min.js",
            "libs\/js\/jquery\/jquery-3.2.1.js",
            "libs\/js\/background.js"
        ],
        "css": [
            "libs\/css\/bootstrap.min.css"
        ]
    },
    "minimum_chrome_version": "29",
    "permissions": [
        "storage",
        "tabs",
        "",
        "contextMenus",
        "management"
    ],
    "browser_action": {
        "default_icon": "libs\/icons\/favicon.ico",
        "default_popup": "popup.html"
    }
}