inventorify

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

什麼是inventorify?

inventorify是由https://inventorify.com開發的Chrome擴展程式,該擴展的主要功能是“Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…”。

擴展截圖

screenshot

下載inventorify擴展crx文件

下載inventorify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 inventorify inventorify
ID igpbjpbnbecobnckbbodjgakbpblhpja
官方網址 https://chrome.google.com/webstore/detail/inventorify/igpbjpbnbecobnckbbodjgakbpblhpja
簡介 Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…
檔案大小 908 KB
安裝次數 85
目前版本 1.7.1
更新時間 2019-04-25
上架時間 2019-04-25
評分 5.00/5 共 1 次評分
開發者 https://inventorify.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://inventorify.com
說明頁面URL https://www.inventorify.com/help-center/
支援的語言 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"
    }
}