inventorify

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

Apa itu inventorify?

inventorify adalah ekstensi Chrome yang dikembangkan oleh https://inventorify.com, dan fitur utamanya adalah "Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi inventorify

Unduh file ekstensi inventorify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama inventorify inventorify
ID igpbjpbnbecobnckbbodjgakbpblhpja
URL Resmi https://chrome.google.com/webstore/detail/inventorify/igpbjpbnbecobnckbbodjgakbpblhpja
Deskripsi Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…
Ukuran File 908 KB
Jumlah Instalasi 85
Versi Saat Ini 1.7.1
Terakhir Diperbarui 2019-04-25
Tanggal Publikasi 2019-04-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://inventorify.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://inventorify.com
URL Halaman Bantuan https://www.inventorify.com/help-center/
Bahasa yang Didukung 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"
    }
}